Statistics.Matrix.Algorithms
Description
Useful matrix functions.
qr :: Matrix -> ( Matrix , Matrix ) Source #
O(r*c) Compute the QR decomposition of a matrix. The result returned is the matrices ( q , r ).