TransitionType Enumeration | 
  
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic enum TransitionType
Public Enumeration TransitionType
public enum class TransitionType
Members| 
									 
								 | Member name | Description | 
|---|
 | EpochTransition | 
            The state transition matrix will first equal the InitialStateTransitionMatrix at the propagation epoch
            and will integrate continuously throughout propagation. This means that the StateTransitionMatrix at each
            time step will be the matrix that transitions from the initial epoch to that time step.
             | 
 | PiecewiseTransition | 
            Every time step the StateTransitionMatrix will be reverted to the Identity matrix
            prior to propagation. This means that the StateTransitionMatrix at each time step will transition the state
            from the previous time step to that current time step.
             | 
See Also