Click or drag to resize

SquareMatrixQRDecomposition Method

Computes a QR decomposition of the matrix.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public SquareQRDecomposition QRDecomposition()

Return Value

Type: SquareQRDecomposition
A QR decomposition of the matrix.
See Also