DLAGS 2Run Method
Definition
Namespace: DotNumerics.LinearAlgebra.CSLapack
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
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
)VB
Public Sub Run (
UPPER As Boolean,
A1 As Double,
A2 As Double,
A3 As Double,
B1 As Double,
B2 As Double,
B3 As Double,
ByRef CSU As Double,
ByRef SNU As Double,
ByRef CSV As Double,
ByRef SNV As Double,
ByRef CSQ As Double,
ByRef SNQ As Double
)