DLALSDRun 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(
	string UPLO,
	int SMLSIZ,
	int N,
	int NRHS,
	ref double[] D,
	int offset_d,
	ref double[] E,
	int offset_e,
	ref double[] B,
	int offset_b,
	int LDB,
	double RCOND,
	ref int RANK,
	ref double[] WORK,
	int offset_work,
	ref int[] IWORK,
	int offset_iwork,
	ref int INFO
)

Parameters

UPLO  String
 
SMLSIZ  Int32
 
N  Int32
 
NRHS  Int32
 
D  Double
 
offset_d  Int32
 
E  Double
 
offset_e  Int32
 
B  Double
 
offset_b  Int32
 
LDB  Int32
 
RCOND  Double
 
RANK  Int32
 
WORK  Double
 
offset_work  Int32
 
IWORK  Int32
 
offset_iwork  Int32
 
INFO  Int32
 

See Also