Click or drag to resize

BulirschStoerIntegrator Constructor (DependentVariableDerivatives)

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public BulirschStoerIntegrator(
	DependentVariableDerivatives system
)

Parameters

system
Type: AGI.Foundation.NumericalMethods.AdvancedDependentVariableDerivatives
The system of equations to integrate.
See Also