StateTransitionMatrixGetStateUpdater Method |
Creates an object that will update the state of the StateTransitionMatrix in between propagation steps, if necessary.
If TransitionType is PiecewiseTransition then the matrices produced during propagation represent the transition matrices from the previous time step to their own time step. This means that at the beginning of each propagation step the value of the state transition matrix must be reset to the identity matrix.
If TransitionType is EpochTransition then the matrices produced during propagation represent the transition matrices from the epoch to their own time step, and this reset is not necessary.
Namespace: AGI.Foundation.Propagators
Exception | Condition |
---|---|
ArgumentNullException | Thrown when group is . |