PartialDerivativesEvaluatorEvaluatePartialsOfChildren Method |
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract Matrix EvaluatePartialsOfChildren(
JulianDate date
)
Public MustOverride Function EvaluatePartialsOfChildren (
date As JulianDate
) As Matrix
public:
virtual Matrix^ EvaluatePartialsOfChildren(
JulianDate date
) abstract
abstract EvaluatePartialsOfChildren :
date : JulianDate -> Matrix
Parameters
- date
- Type: AGI.Foundation.TimeJulianDate
The date at which to calculate the partial derivatives.
Return Value
Type:
MatrixA 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