DVJUSTRun 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[] YH,
int offset_yh,
int LDYH,
int IORD
)VB
Public Sub Run (
ByRef YH As Double(),
offset_yh As Integer,
LDYH As Integer,
IORD As Integer
)