Click or drag to resize

OdeImplicitRungeKutta5(OdeFunction, Int32) Constructor

Initializes a new instance of the OdeImplicitRungeKutta5 class.

Namespace: DotNumerics.ODE
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public OdeImplicitRungeKutta5(
	OdeFunction function,
	int numEquations
)
Request Example View Source

Parameters

function  OdeFunction
A function that evaluates the right side of the differential equations.
numEquations  Int32
The number of differential equations.
See Also