Click or drag to resize

RungeKutta4Integrator Constructor (DependentVariableDerivatives)

Initializes a new instance based on the given differential system for the derivatives of the dependent variables.

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

Parameters

system
Type: AGI.Foundation.NumericalMethods.AdvancedDependentVariableDerivatives
The system of differential equations defining the derivatives for the dependent variables.
See Also