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

Copyright2014 Bryan O'Sullivan
LicenseBSD3
Safe HaskellNone
LanguageHaskell98

Statistics.Matrix.Algorithms

Description

Useful matrix functions.

Synopsis

Documentation

qr :: Matrix -> (Matrix, Matrix)

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