Matrix<T>.GetQRDecomposition Method

Returns the QR decomposition of the matrix.

Definition

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

Return Value

QRDecomposition<T>
An QRDecomposition<T> object that represents the QR decomposition of the matrix.

See Also