OdeImplicitRungeKutta5(OdeFunction, Int32) Constructor

Definition

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

Parameters

function  OdeFunction
 
numEquations  Int32
 

See Also