DVNORMRun 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 double Run(
int N,
double[] V,
int offset_v,
double[] W,
int offset_w
)VB
Public Function Run (
N As Integer,
V As Double(),
offset_v As Integer,
W As Double(),
offset_w As Integer
) As Double