Click or drag to resize
DigitalRuneExplicitEulerIntegratorD Constructor
Initializes a new instance of the ExplicitEulerIntegratorD class.

Namespace: DigitalRune.Mathematics.Analysis
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public ExplicitEulerIntegratorD(
	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