DLALN 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 LTRANS,
int NA,
int NW,
double SMIN,
double CA,
double[] A,
int offset_a,
int LDA,
double D1,
double D2,
double[] B,
int offset_b,
int LDB,
double WR,
double WI,
ref double[] X,
int offset_x,
int LDX,
ref double SCALE,
ref double XNORM,
ref int INFO
)VB
Public Sub Run (
LTRANS As Boolean,
NA As Integer,
NW As Integer,
SMIN As Double,
CA As Double,
A As Double(),
offset_a As Integer,
LDA As Integer,
D1 As Double,
D2 As Double,
B As Double(),
offset_b As Integer,
LDB As Integer,
WR As Double,
WI As Double,
ByRef X As Double(),
offset_x As Integer,
LDX As Integer,
ByRef SCALE As Double,
ByRef XNORM As Double,
ByRef INFO As Integer
)