DDISNARun 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 JOB,
int M,
int N,
double[] D,
int offset_d,
ref double[] SEP,
int offset_sep,
ref int INFO
)VB
Public Sub Run (
JOB As String,
M As Integer,
N As Integer,
D As Double(),
offset_d As Integer,
ByRef SEP As Double(),
offset_sep As Integer,
ByRef INFO As Integer
)