DGBSLRun Method

Definition

Namespace: DotNumerics.ODE.DVode
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public void Run(
	double[] ABD,
	int offset_abd,
	int LDA,
	int N,
	int ML,
	int MU,
	int[] IPVT,
	int offset_ipvt,
	ref double[] B,
	int offset_b,
	int JOB
)

Parameters

ABD  Double
 
offset_abd  Int32
 
LDA  Int32
 
N  Int32
 
ML  Int32
 
MU  Int32
 
IPVT  Int32
 
offset_ipvt  Int32
 
B  Double
 
offset_b  Int32
 
JOB  Int32
 

See Also