Click or drag to resize

PartialDerivativesEvaluatorEvaluate 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: 24.1.418.0 (24.1.418.0)
Syntax
public override Matrix Evaluate(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
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

IEvaluatorTEvaluate(JulianDate)
See Also