DGEFARun 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(
	ref double[] A,
	int offset_a,
	int LDA,
	int N,
	ref int[] IPVT,
	int offset_ipvt,
	ref int INFO
)

Parameters

A  Double
 
offset_a  Int32
 
LDA  Int32
 
N  Int32
 
IPVT  Int32
 
offset_ipvt  Int32
 
INFO  Int32
 

See Also