DLAEV 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(
double A,
double B,
double C,
ref double RT1,
ref double RT2,
ref double CS1,
ref double SN1
)VB
Public Sub Run (
A As Double,
B As Double,
C As Double,
ByRef RT1 As Double,
ByRef RT2 As Double,
ByRef CS1 As Double,
ByRef SN1 As Double
)