DLASCLRun 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 TYPE,
	int KL,
	int KU,
	double CFROM,
	double CTO,
	int M,
	int N,
	ref double[] A,
	int offset_a,
	int LDA,
	ref int INFO
)

Parameters

TYPE  String
 
KL  Int32
 
KU  Int32
 
CFROM  Double
 
CTO  Double
 
M  Int32
 
N  Int32
 
A  Double
 
offset_a  Int32
 
LDA  Int32
 
INFO  Int32
 

See Also