DGESLRun 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[] A,
	int offset_a,
	int LDA,
	int N,
	int[] IPVT,
	int offset_ipvt,
	ref double[] B,
	int offset_b,
	int JOB
)

Parameters

A  Double
 
offset_a  Int32
 
LDA  Int32
 
N  Int32
 
IPVT  Int32
 
offset_ipvt  Int32
 
B  Double
 
offset_b  Int32
 
JOB  Int32
 

See Also