DLANSBRun 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,
int K,
double[] AB,
int offset_ab,
int LDAB,
ref double[] WORK,
int offset_work
)VB
Public Function Run (
NORM As String,
UPLO As String,
N As Integer,
K As Integer,
AB As Double(),
offset_ab As Integer,
LDAB As Integer,
ByRef WORK As Double(),
offset_work As Integer
) As DoubleParameters
- NORM String
- UPLO String
- N Int32
- K Int32
- AB Double
- offset_ab Int32
- LDAB Int32
- WORK Double
- offset_work Int32