statistics-0.12.0.0: A library of statistical types, data, and functions

Safe HaskellNone

Statistics.Matrix.Algorithms

Description

Useful matrix functions.

Synopsis

Documentation

qr :: Matrix -> (Matrix, Matrix)Source

O(r*c) Compute the QR decomposition of a matrix. The result returned is the matrices (q,r).