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.3179.0 (4.8.3179.0)
Syntax
C#
protected LU(
	Matrix<T> factors,
	int[] pivots
)

Parameters

factors  MatrixT

[Missing <param name="factors"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Factorization.LU`1.#ctor(Altaxo.Calc.LinearAlgebra.Matrix{`0},System.Int32[])"]

pivots  Int32

[Missing <param name="pivots"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Factorization.LU`1.#ctor(Altaxo.Calc.LinearAlgebra.Matrix{`0},System.Int32[])"]

See Also