Matrix<T>.GetRQDecomposition Method

Returns the RQ decomposition of the matrix.

Definition

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

Return Value

RQDecomposition<T>
An RQDecomposition<T> object that represents the RQ decomposition of the matrix.

See Also