DLAGS2Run 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(
	bool UPPER,
	double A1,
	double A2,
	double A3,
	double B1,
	double B2,
	double B3,
	ref double CSU,
	ref double SNU,
	ref double CSV,
	ref double SNV,
	ref double CSQ,
	ref double SNQ
)

Parameters

UPPER  Boolean
 
A1  Double
 
A2  Double
 
A3  Double
 
B1  Double
 
B2  Double
 
B3  Double
 
CSU  Double
 
SNU  Double
 
CSV  Double
 
SNV  Double
 
CSQ  Double
 
SNQ  Double
 

See Also