DLACONRun 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(
int N,
ref double[] V,
int offset_v,
ref double[] X,
int offset_x,
ref int[] ISGN,
int offset_isgn,
ref double EST,
ref int KASE
)VB
Public Sub Run (
N As Integer,
ByRef V As Double(),
offset_v As Integer,
ByRef X As Double(),
offset_x As Integer,
ByRef ISGN As Integer(),
offset_isgn As Integer,
ByRef EST As Double,
ByRef KASE As Integer
)