DEWSETRun 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(
int N,
int ITOL,
double[] RTOL,
int offset_rtol,
double[] ATOL,
int offset_atol,
double[] YCUR,
int offset_ycur,
ref double[] EWT,
int offset_ewt
)VB
Public Sub Run (
N As Integer,
ITOL As Integer,
RTOL As Double(),
offset_rtol As Integer,
ATOL As Double(),
offset_atol As Integer,
YCUR As Double(),
offset_ycur As Integer,
ByRef EWT As Double(),
offset_ewt As Integer
)