IBBAMPLRun Method
Definition
Namespace: DotNumerics.ODE.Radau5
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#
void Run(
int N,
ref double[] B,
int offset_b,
int LB,
double[] RPAR,
int offset_rpar,
int IPAR
)VB
Sub Run (
N As Integer,
ByRef B As Double(),
offset_b As Integer,
LB As Integer,
RPAR As Double(),
offset_rpar As Integer,
IPAR As Integer
)