SOLBRun Method

Definition

Namespace: DotNumerics.ODE.Radau5
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public void Run(
	int N,
	int NDIM,
	double[] A,
	int offset_a,
	int ML,
	int MU,
	ref double[] B,
	int offset_b,
	int[] IP,
	int offset_ip
)

Parameters

N  Int32
 
NDIM  Int32
 
A  Double
 
offset_a  Int32
 
ML  Int32
 
MU  Int32
 
B  Double
 
offset_b  Int32
 
IP  Int32
 
offset_ip  Int32
 

See Also