Click or drag to resize
DigitalRuneRungeKutta4IntegratorD Constructor
Initializes a new instance of the RungeKutta4IntegratorD class.

Namespace: DigitalRune.Mathematics.Analysis
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public RungeKutta4IntegratorD(
	Func<VectorD, double, VectorD> firstOrderDerivative
)

Parameters

firstOrderDerivative
Type: SystemFuncVectorD, Double, VectorD
The function f(x, t) that computes the first order derivative of the vector x (see FirstOrderDerivative).
Exceptions
ExceptionCondition
ArgumentNullExceptionfirstOrderDerivative is .
See Also