DLANV 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(
ref double A,
ref double B,
ref double C,
ref double D,
ref double RT1R,
ref double RT1I,
ref double RT2R,
ref double RT2I,
ref double CS,
ref double SN
)VB
Public Sub Run (
ByRef A As Double,
ByRef B As Double,
ByRef C As Double,
ByRef D As Double,
ByRef RT1R As Double,
ByRef RT1I As Double,
ByRef RT2R As Double,
ByRef RT2I As Double,
ByRef CS As Double,
ByRef SN As Double
)