Namespace: DotNumerics.ODE.DVodeAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Run(
int NROW,
int NCOL,
double[] A,
int offset_a,
int NROWA,
ref double[] B,
int offset_b,
int NROWB
)
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
)
Request Example
View SourceParameters
- NROW Int32
-
- NCOL Int32
-
- A Double
-
- offset_a Int32
-
- NROWA Int32
-
- B Double
-
- offset_b Int32
-
- NROWB Int32
-
See Also