Click or drag to resize

PropagationStateElementConverterInitialState Property

Gets the initial values of this element of the state and their derivatives. The size of the initial state is its Dimension and the order of the motion is one less than the Order of the differential equation defining the derivative of this element.

Namespace:  AGI.Foundation.Propagators.Advanced
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Motion<double[]> InitialState { get; }

Property Value

Type: MotionDouble
See Also