DSYEVRun 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 JOBZ,
string UPLO,
int N,
ref double[] A,
int offset_a,
int LDA,
ref double[] W,
int offset_w,
ref double[] WORK,
int offset_work,
int LWORK,
ref int INFO
)VB
Public Sub Run (
JOBZ As String,
UPLO As String,
N As Integer,
ByRef A As Double(),
offset_a As Integer,
LDA As Integer,
ByRef W As Double(),
offset_w As Integer,
ByRef WORK As Double(),
offset_work As Integer,
LWORK As Integer,
ByRef INFO As Integer
)