DGEBAKRun 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 JOB,
string SIDE,
int N,
int ILO,
int IHI,
double[] SCALE,
int offset_scale,
int M,
ref double[] V,
int offset_v,
int LDV,
ref int INFO
)VB
Public Sub Run (
JOB As String,
SIDE As String,
N As Integer,
ILO As Integer,
IHI As Integer,
SCALE As Double(),
offset_scale As Integer,
M As Integer,
ByRef V As Double(),
offset_v As Integer,
LDV As Integer,
ByRef INFO As Integer
)