IPARMQRun 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 int Run(
int ISPEC,
string NAME,
string OPTS,
int N,
int ILO,
int IHI,
int LWORK
)VB
Public Function Run (
ISPEC As Integer,
NAME As String,
OPTS As String,
N As Integer,
ILO As Integer,
IHI As Integer,
LWORK As Integer
) As Integer