Click or drag to resize

MatrixTLU Method

Computes the LU decomposition for a matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract LU<T> LU()

Return Value

LUT
The LU decomposition object.
See Also