Click or drag to resize

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: 24.1.418.0 (24.1.418.0)
Syntax
public Matrix InitialStateTransitionMatrix { get; set; }

Property Value

Type: Matrix
See Also