DLAPLLRun 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[] X,
int offset_x,
int INCX,
ref double[] Y,
int offset_y,
int INCY,
ref double SSMIN
)VB
Public Sub Run (
N As Integer,
ByRef X As Double(),
offset_x As Integer,
INCX As Integer,
ByRef Y As Double(),
offset_y As Integer,
INCY As Integer,
ByRef SSMIN As Double
)