DLANSYRun 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 double Run(
string NORM,
string UPLO,
int N,
double[] A,
int offset_a,
int LDA,
ref double[] WORK,
int offset_work
)VB
Public Function Run (
NORM As String,
UPLO As String,
N As Integer,
A As Double(),
offset_a As Integer,
LDA As Integer,
ByRef WORK As Double(),
offset_work As Integer
) As Double