StateTransitionMatrixLinearDimension Property |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int LinearDimension { get; }
Public ReadOnly Property LinearDimension As Integer
Get
public:
property int LinearDimension {
int get ();
}
member LinearDimension : int with get
Property Value
Type:
Int32Remarks
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