Click or drag to resize

LUT Constructor

Initializes a new instance of the LUT class.

Namespace: Altaxo.Calc.LinearAlgebra.Factorization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected LU(
	Matrix<T> factors,
	int[] pivots
)

Parameters

factors  MatrixT
The combined LU factor matrix.
pivots  Int32
The pivot indices.
See Also