DVINDYRun Method

Definition

Namespace: DotNumerics.ODE.DVode
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public void Run(
	double T,
	int K,
	double[] YH,
	int offset_yh,
	int LDYH,
	ref double[] DKY,
	int offset_dky,
	ref int IFLAG
)

Parameters

T  Double
 
K  Int32
 
YH  Double
 
offset_yh  Int32
 
LDYH  Int32
 
DKY  Double
 
offset_dky  Int32
 
IFLAG  Int32
 

See Also