Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public Matrix InitialConsiderTransitionMatrix { get; set; }

Property Value

Type: Matrix
See Also