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)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void Run(
ref double[] RSAV,
int offset_rsav,
ref int[] ISAV,
int offset_isav,
int JOB
)VB
Public Sub Run (
ByRef RSAV As Double(),
offset_rsav As Integer,
ByRef ISAV As Integer(),
offset_isav As Integer,
JOB As Integer
)