statistics-0.14.0.2: A library of statistical types, data, and functions
Statistics.Matrix.Algorithms
Description
Useful matrix functions.
Synopsis
qr :: Matrix -> (Matrix, Matrix) Source #
O(r*c) Compute the QR decomposition of a matrix. The result returned is the matrices (q,r).