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.2.419.0 (24.2.419.0)
Syntax public RungeKutta4Integrator(
DependentVariableDerivatives system
)
Public Sub New (
system As DependentVariableDerivatives
)
public:
RungeKutta4Integrator(
DependentVariableDerivatives^ system
)
new :
system : DependentVariableDerivatives -> RungeKutta4Integrator
Parameters
- system
- Type: AGI.Foundation.NumericalMethods.AdvancedDependentVariableDerivatives
The system of differential equations defining the derivatives
for the dependent variables.
See Also