PartialDerivativesEvaluatorEvaluate Method |
Name | Description | |
---|---|---|
Evaluate(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.
(Overrides MotionEvaluatorTEvaluate(JulianDate).) | |
Evaluate(JulianDate, Int32) | PartialDerivativeEvaluators only calculate zeroth order values,
this method returns a MotionT of order zero regardless of the requested order.
(Overrides MotionEvaluatorTEvaluate(JulianDate, Int32).) | |
Evaluate(TimeInterval, Duration, Int32) |
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from MotionEvaluatorT.) | |
Evaluate(JulianDate, JulianDate, Duration, Int32) |
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from MotionEvaluatorT.) | |
Evaluate(TimeInterval, Duration, Int32, ITrackCalculationProgress) |
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from MotionEvaluatorT.) | |
Evaluate(JulianDate, JulianDate, Duration, Int32, ITrackCalculationProgress) |
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from MotionEvaluatorT.) |