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