Matrix<T>.GetLUDecomposition Method

Returns the LU decomposition of the matrix.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public LUDecomposition<T> GetLUDecomposition()

Return Value

LUDecomposition<T>
An LUDecomposition<T> object that represents the LU decomposition of the matrix.

See Also