StateTransitionMatrixInitialConsiderTransitionMatrix Property |
Gets or sets the optional user-specified initial consider 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
ConsiderDimension zero matrix.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Matrix InitialConsiderTransitionMatrix { get; set; }
Public Property InitialConsiderTransitionMatrix As Matrix
Get
Set
public:
property Matrix^ InitialConsiderTransitionMatrix {
Matrix^ get ();
void set (Matrix^ value);
}
member InitialConsiderTransitionMatrix : Matrix with get, set
Property Value
Type:
MatrixSee Also