Linear Least SquaresCalculate LIWORK Method
Definition
Namespace: DotNumerics.LinearAlgebra
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#
private int CalculateLIWORK(
int ARows,
int AColumns
)VB
Private Function CalculateLIWORK (
ARows As Integer,
AColumns As Integer
) As Integer