Click or drag to resize

ISOLOUTRRun Method


Namespace: DotNumerics.ODE.Radau5
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
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
)
Request Example

Parameters

NR  Int32
 
XOLD  Double
 
X  Double
 
Y  Double
 
offset_y  Int32
 
CONT  Double
 
offset_cont  Int32
 
LRC  Int32
 
N  Int32
 
RPAR  Double
 
IPAR  Int32
 
IRTRN  Int32
 
See Also