Click or drag to resize
DigitalRuneMidpointIntegratorDIntegrate Method
Computes the new state x1 at time t1.

Namespace: DigitalRune.Mathematics.Analysis
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public override VectorD Integrate(
	VectorD x0,
	double t0,
	double t1
)

Parameters

x0
Type: DigitalRune.Mathematics.AlgebraVectorD
The state x0 at time t0.
t0
Type: SystemDouble
The time t0.
t1
Type: SystemDouble
The target time t1 for which the new state x1 is computed.

Return Value

Type: VectorD
The new state x1 at time t1.
See Also