Click or drag to resize

PartialDerivativesEvaluator.Evaluate Method (JulianDate)

Calls EvaluatePartialsOfChildren(JulianDate) to calculate the partials derivatives of DependentVariable with respect to all variables in IndependentVariables except for DependentVariable, and then adds on the terms for the partial derivatives of DependentVariable with respect to itself, if necessary.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public override Matrix Evaluate(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.Time.JulianDate
The date at which to calculate the partial derivatives.

Return Value

Type: Matrix
A Motion containing the Matrix representing the partial derivatives of the DependentVariable object with respect to the objects in IndependentVariables.

Implements

IEvaluator<T>.Evaluate(JulianDate)
See Also