Matrix<T>.GetLQDecomposition Method

Returns the LQ decomposition of the matrix.

Definition

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

Return Value

LQDecomposition<T>
An LQDecomposition<T> object that represents the LQ decomposition of the matrix.

See Also