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: 25.1.421.0 (25.1.421.0)
Syntax
public BulirschStoerIntegrator(
	DependentVariableDerivatives system
)

Parameters

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