Click or drag to resize

PartialDerivativesEvaluatorEvaluate Method (JulianDate, Int32)

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 Motion<Matrix> Evaluate(
	JulianDate date,
	int order
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date at which to calculate the partial derivatives.
order
Type: SystemInt32
This requested order is disregarded.

Return Value

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