Click or drag to resize

StateTransitionMatrixIntegrationDynamicMatrix Property

Gets a DynamicMatrix which is parameterized on the value of the StateTransitionMatrix during integration. This matrix is only valid while the NumericalPropagator is running.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DynamicMatrix IntegrationDynamicMatrix { get; }

Property Value

Type: DynamicMatrix
See Also