Click or drag to resize

StateTransitionMatrixIndexOfStateDerivative Method

Searches for the specified stateDerivative and returns the index which can be used to access it via GetStateDerivative(Int32) or RemoveStateParameterAt(Int32).

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public int IndexOfStateDerivative(
	IPartialDifferentiable stateDerivative
)

Parameters

stateDerivative
Type: AGI.Foundation.NumericalMethods.AdvancedIPartialDifferentiable
The state derivative to search for.

Return Value

Type: Int32
The index of the stateDerivative if found; otherwise -1.
See Also