Click or drag to resize

PartialDerivativesEvaluatorEvaluate Method

Overload List
  NameDescription
Public methodEvaluate(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).)
Public methodEvaluate(JulianDate, Int32) (Overrides MotionEvaluatorTEvaluate(JulianDate, Int32).)
Public methodEvaluate(TimeInterval, Duration, Int32)
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from MotionEvaluatorT.)
Public methodEvaluate(JulianDate, JulianDate, Duration, Int32)
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from MotionEvaluatorT.)
Public methodEvaluate(TimeInterval, Duration, Int32, ITrackCalculationProgress)
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from MotionEvaluatorT.)
Public methodEvaluate(JulianDate, JulianDate, Duration, Int32, ITrackCalculationProgress)
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from MotionEvaluatorT.)
Top
See Also