DLASRRun 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 SIDE,
	string PIVOT,
	string DIRECT,
	int M,
	int N,
	double[] C,
	int offset_c,
	double[] S,
	int offset_s,
	ref double[] A,
	int offset_a,
	int LDA
)

Parameters

SIDE  String
 
PIVOT  String
 
DIRECT  String
 
M  Int32
 
N  Int32
 
C  Double
 
offset_c  Int32
 
S  Double
 
offset_s  Int32
 
A  Double
 
offset_a  Int32
 
LDA  Int32
 

See Also