Click or drag to resize

IBBAMPLRun 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 N,
	ref double[] B,
	int offset_b,
	int LB,
	double[] RPAR,
	int offset_rpar,
	int IPAR
)
Request Example

Parameters

N  Int32
 
B  Double
 
offset_b  Int32
 
LB  Int32
 
RPAR  Double
 
offset_rpar  Int32
 
IPAR  Int32
 
See Also