Click or drag to resize

PartialDerivativesEvaluatorEvaluatePartialsOfChildren Method

Evaluates the partials derivatives of DependentVariable with respect to all variables in IndependentVariables except for DependentVariable, as that is taken care of by Evaluate(JulianDate).

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 abstract Matrix EvaluatePartialsOfChildren(
	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 any of the objects (with the exception of DependentVariable) in IndependentVariables.
See Also