DLARFRun 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(
string SIDE,
int M,
int N,
double[] V,
int offset_v,
int INCV,
double TAU,
ref double[] C,
int offset_c,
int LDC,
ref double[] WORK,
int offset_work
)VB
Public Sub Run (
SIDE As String,
M As Integer,
N As Integer,
V As Double(),
offset_v As Integer,
INCV As Integer,
TAU As Double,
ByRef C As Double(),
offset_c As Integer,
LDC As Integer,
ByRef WORK As Double(),
offset_work As Integer
)