DTRCONRun 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 NORM,
string UPLO,
string DIAG,
int N,
double[] A,
int offset_a,
int LDA,
ref double RCOND,
ref double[] WORK,
int offset_work,
ref int[] IWORK,
int offset_iwork,
ref int INFO
)VB
Public Sub Run (
NORM As String,
UPLO As String,
DIAG As String,
N As Integer,
A As Double(),
offset_a As Integer,
LDA As Integer,
ByRef RCOND As Double,
ByRef WORK As Double(),
offset_work As Integer,
ByRef IWORK As Integer(),
offset_iwork As Integer,
ByRef INFO As Integer
)