IJVPOLRun 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,
double X,
double[] Y,
int offset_y,
ref double[] DFY,
int offset_dfy,
int LDFY,
double RPAR,
int IPAR
)VB
Sub Run (
N As Integer,
X As Double,
Y As Double(),
offset_y As Integer,
ByRef DFY As Double(),
offset_dfy As Integer,
LDFY As Integer,
RPAR As Double,
IPAR As Integer
)