ISOLOUTRRun 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 NR,
double XOLD,
double X,
double[] Y,
int offset_y,
double[] CONT,
int offset_cont,
int LRC,
int N,
double RPAR,
int IPAR,
int IRTRN
)VB
Sub Run (
NR As Integer,
XOLD As Double,
X As Double,
Y As Double(),
offset_y As Integer,
CONT As Double(),
offset_cont As Integer,
LRC As Integer,
N As Integer,
RPAR As Double,
IPAR As Integer,
IRTRN As Integer
)