Click or drag to resize

RungeKuttaVerner89Integrator Constructor (DependentVariableDerivatives, Double)

Initializes a new instance based on the given system of equations and initial step size.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public RungeKuttaVerner89Integrator(
	DependentVariableDerivatives system,
	double initialStepSize
)

Parameters

system
Type: AGI.Foundation.NumericalMethods.AdvancedDependentVariableDerivatives
The system of equations that define the derivatives for the dependent variables.
initialStepSize
Type: SystemDouble
The initial size of the integration step.
See Also