DLALN2Run Method

Definition

Namespace: DotNumerics.LinearAlgebra.CSLapack
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public void Run(
	bool LTRANS,
	int NA,
	int NW,
	double SMIN,
	double CA,
	double[] A,
	int offset_a,
	int LDA,
	double D1,
	double D2,
	double[] B,
	int offset_b,
	int LDB,
	double WR,
	double WI,
	ref double[] X,
	int offset_x,
	int LDX,
	ref double SCALE,
	ref double XNORM,
	ref int INFO
)

Parameters

LTRANS  Boolean
 
NA  Int32
 
NW  Int32
 
SMIN  Double
 
CA  Double
 
A  Double
 
offset_a  Int32
 
LDA  Int32
 
D1  Double
 
D2  Double
 
B  Double
 
offset_b  Int32
 
LDB  Int32
 
WR  Double
 
WI  Double
 
X  Double
 
offset_x  Int32
 
LDX  Int32
 
SCALE  Double
 
XNORM  Double
 
INFO  Int32
 

See Also