Click or drag to resize

StateTransitionMatrix.IntegrationDynamicMatrix 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: 25.1.421.0 (25.1.421.0)
Syntax
public DynamicMatrix IntegrationDynamicMatrix { get; }

Property Value

Type: DynamicMatrix
See Also