Click or drag to resize

StateTransitionMatrixLinearDimension Property

Gets the linear dimension of the StateTransitionMatrix.

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

Property Value

Type: Int32
Remarks
The StateTransitionMatrix takes the form of a square matrix of dimensions L x L, where L is equal to N, the total dimension of the state parameters (StateDimension) plus Q, the total dimension of the consider parameters (ConsiderDimension). The StateTransitionMatrix's dimension as far as the propagation state is concerned is L squared, and that is what the Dimension property returns. This property returns the value of L.
See Also