DVSRCORun 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(
	ref double[] RSAV,
	int offset_rsav,
	ref int[] ISAV,
	int offset_isav,
	int JOB
)

Parameters

RSAV  Double
 
offset_rsav  Int32
 
ISAV  Int32
 
offset_isav  Int32
 
JOB  Int32
 

See Also