| StateTransitionMatrixInitialStateTransitionMatrix Property  | 
 
            Gets or sets the optional user-specified initial state transition matrix. In general this should be left
            null and the default value will be used instead. The default initial state takes the form of a
            
StateDimension by 
StateDimension identity matrix.
            
 
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic Matrix InitialStateTransitionMatrix { get; set; }Public Property InitialStateTransitionMatrix As Matrix
	Get
	Set
public:
property Matrix^ InitialStateTransitionMatrix {
	Matrix^ get ();
	void set (Matrix^ value);
}member InitialStateTransitionMatrix : Matrix with get, set
Property Value
Type: 
Matrix See Also
See Also