DLAQR 1Run 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(
int N,
double[] H,
int offset_h,
int LDH,
double SR1,
double SI1,
double SR2,
double SI2,
ref double[] V,
int offset_v
)VB
Public Sub Run (
N As Integer,
H As Double(),
offset_h As Integer,
LDH As Integer,
SR1 As Double,
SI1 As Double,
SR2 As Double,
SI2 As Double,
ByRef V As Double(),
offset_v As Integer
)