DLANSTRun 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,
int N,
double[] D,
int offset_d,
double[] E,
int offset_e
)VB
Public Function Run (
NORM As String,
N As Integer,
D As Double(),
offset_d As Integer,
E As Double(),
offset_e As Integer
) As Double