DLATRSRun 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,
	string TRANS,
	string DIAG,
	string NORMIN,
	int N,
	double[] A,
	int offset_a,
	int LDA,
	ref double[] X,
	int offset_x,
	ref double SCALE,
	ref double[] CNORM,
	int offset_cnorm,
	ref int INFO
)

Parameters

UPLO  String
 
TRANS  String
 
DIAG  String
 
NORMIN  String
 
N  Int32
 
A  Double
 
offset_a  Int32
 
LDA  Int32
 
X  Double
 
offset_x  Int32
 
SCALE  Double
 
CNORM  Double
 
offset_cnorm  Int32
 
INFO  Int32
 

See Also