Click or drag to resize

DVJUSTRun Method


Namespace: DotNumerics.ODE.DVode
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Run(
	ref double[] YH,
	int offset_yh,
	int LDYH,
	int IORD
)
Request Example View Source

Parameters

YH  Double
 
offset_yh  Int32
 
LDYH  Int32
 
IORD  Int32
= An integer flag used when METH = 2 to indicate an order increase (IORD = +1) or an order decrease (IORD = -1).
See Also