DVSOLRun 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[] WM,
int offset_wm,
int[] IWM,
int offset_iwm,
ref double[] X,
int offset_x,
ref int IERSL
)VB
Public Sub Run (
ByRef WM As Double(),
offset_wm As Integer,
IWM As Integer(),
offset_iwm As Integer,
ByRef X As Double(),
offset_x As Integer,
ByRef IERSL As Integer
)