| Package | Description |
|---|---|
| agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
| agi.foundation.propagators.advanced |
Contains types used to create more specialized propagation scenarios.
|
| Modifier and Type | Method and Description |
|---|---|
PropagationStateElementEvaluator |
PropagationNewtonianPoint.getDerivatives(EvaluatorGroup group)
This is used by the
NumericalPropagatorDefinition to obtain an instance of a state element evaluator
that can compute the derivatives of this element of the state during propagation. |
PropagationStateElementEvaluator |
PropagationEulerianAxes.getDerivatives(EvaluatorGroup group)
This is used by the
NumericalPropagatorDefinition to obtain an instance of a state element evaluator
that can compute the derivatives of this element of the state during propagation. |
PropagationStateElementEvaluator |
StateTransitionMatrix.getDerivatives(EvaluatorGroup group)
This is used by the
NumericalPropagatorDefinition to obtain an instance of a state element evaluator
that can compute the derivatives of this element of the state during propagation. |
PropagationStateElementEvaluator |
PropagationVector.getDerivatives(EvaluatorGroup group)
This is used by the
NumericalPropagatorDefinition to obtain an instance of a state element evaluator
that can compute the derivatives of this element of the state during propagation. |
PropagationStateElementEvaluator |
PropagationScalar.getDerivatives(EvaluatorGroup group)
This is used by the
NumericalPropagatorDefinition to obtain an instance of a state element evaluator
that can compute the derivatives of this element of the state during propagation. |
| Modifier and Type | Method and Description |
|---|---|
abstract PropagationStateElementEvaluator |
PropagationStateElement.getDerivatives(EvaluatorGroup group)
This is used by the
NumericalPropagatorDefinition to obtain an instance of a state element evaluator
that can compute the derivatives of this element of the state during propagation. |
| Constructor and Description |
|---|
PropagationStateElementEvaluator(PropagationStateElementEvaluator existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|