dense-linear-algebra-0.1.0.0: Simple and incomplete pure haskell implementation of linear algebra
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).