DACOPYRun 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 NROW,
int NCOL,
double[] A,
int offset_a,
int NROWA,
ref double[] B,
int offset_b,
int NROWB
)VB
Public Sub Run (
NROW As Integer,
NCOL As Integer,
A As Double(),
offset_a As Integer,
NROWA As Integer,
ByRef B As Double(),
offset_b As Integer,
NROWB As Integer
)