DTBSVRun 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,
	int N,
	int K,
	double[] A,
	int offset_a,
	int LDA,
	ref double[] X,
	int offset_x,
	int INCX
)

Parameters

UPLO  String
 
TRANS  String
 
DIAG  String
 
N  Int32
 
K  Int32
 
A  Double
 
offset_a  Int32
 
LDA  Int32
 
X  Double
 
offset_x  Int32
 
INCX  Int32
 

See Also