DLALS0Run 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(
	int ICOMPQ,
	int NL,
	int NR,
	int SQRE,
	int NRHS,
	ref double[] B,
	int offset_b,
	int LDB,
	ref double[] BX,
	int offset_bx,
	int LDBX,
	int[] PERM,
	int offset_perm,
	int GIVPTR,
	int[] GIVCOL,
	int offset_givcol,
	int LDGCOL,
	double[] GIVNUM,
	int offset_givnum,
	int LDGNUM,
	double[] POLES,
	int offset_poles,
	double[] DIFL,
	int offset_difl,
	double[] DIFR,
	int offset_difr,
	double[] Z,
	int offset_z,
	int K,
	double C,
	double S,
	ref double[] WORK,
	int offset_work,
	ref int INFO
)

Parameters

ICOMPQ  Int32
 
NL  Int32
 
NR  Int32
 
SQRE  Int32
 
NRHS  Int32
 
B  Double
 
offset_b  Int32
 
LDB  Int32
 
BX  Double
 
offset_bx  Int32
 
LDBX  Int32
 
PERM  Int32
 
offset_perm  Int32
 
GIVPTR  Int32
 
GIVCOL  Int32
 
offset_givcol  Int32
 
LDGCOL  Int32
 
GIVNUM  Double
 
offset_givnum  Int32
 
LDGNUM  Int32
 
POLES  Double
 
offset_poles  Int32
 
DIFL  Double
 
offset_difl  Int32
 
DIFR  Double
 
offset_difr  Int32
 
Z  Double
 
offset_z  Int32
 
K  Int32
 
C  Double
 
S  Double
 
WORK  Double
 
offset_work  Int32
 
INFO  Int32
 

See Also