Click or drag to resize

StateTransitionMatrix Properties

The StateTransitionMatrix type exposes the following members.

Properties
  NameDescription
Public propertyConsiderDimension
Gets the summed dimension of all of the consider parameters.
Public propertyDimension
Gets the number of parameters (per Order) within this element.
(Overrides PropagationStateElementDimension.)
Public propertyIdentification
Gets or sets the string identifying this instance in the overall output.
(Inherited from PropagationStateElement.)
Public propertyIncludeHighestDerivativeInOutput
Gets or sets a value indicating whether to include the derivative computed at each step with the output. If this is true, the output converted from the raw state will contain the derivative associated with the Order of the differential equation.
(Inherited from PropagationStateElement.)
Public propertyInitialConsiderTransitionMatrix
Gets or sets the optional user-specified initial consider transition matrix. In general this should be left null and the default value will be used instead. The default initial state takes the form of a StateDimension by ConsiderDimension zero matrix.
Public propertyInitialStateTransitionMatrix
Gets or sets the optional user-specified initial state transition matrix. In general this should be left null and the default value will be used instead. The default initial state takes the form of a StateDimension by StateDimension identity matrix.
Public propertyIntegrationDynamicMatrix
Gets a DynamicMatrix which is parameterized on the value of the StateTransitionMatrix during integration. This matrix is only valid while the NumericalPropagator is running.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyLinearDimension
Gets the linear dimension of the StateTransitionMatrix.
Public propertyNumberOfConsiderParameters
Gets the number of consider parameters that have been added to this StateTransitionMatrix.
Public propertyNumberOfStateParameters
Gets the number of state parameters and derivatives that have been added to this StateTransitionMatrix.
Public propertyOrder
Gets the order of the differential equation corresponding to this element.
(Overrides PropagationStateElementOrder.)
Public propertyStateDimension
Gets the summed dimension of all of the state parameters.
Public propertyStateParameter
Gets or sets a parameter which represents the state during propagation. In general, users should never need to explicitly set this property. It should only be set when multiple NumericalPropagator objects are running in the same EvaluatorGroup, such as when elements of a state require additional instances of a NumericalPropagator inside their implementation in order to produce their values. In such cases, it may be necessary to distinguish between the state of the exterior propagator and the state of the interior propagator. In these cases, it is up to the user to ensure that both the state and all of its elements are configured with the same parameter. Otherwise, the state will throw an exception when creating its propagator.
(Overrides PropagationStateElementStateParameter.)
Public propertyTransitionType
Gets or sets whether this StateTransitionMatrix is operating in epoch or piecewise mode. By default this is set to EpochTransition, which means that the state transition matrix at each time step transforms the state from the epoch state to the state at that time step.
Top
See Also