diff options
author | Alberto Ruiz <aruiz@um.es> | 2016-10-10 13:30:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-10 13:30:27 +0200 |
commit | d3e7b66af4179a55cca7bef8aec15bc0b4acf9e4 (patch) | |
tree | fe8f34feb7397dd94beb090058b078a4d1721875 /packages/base/src/Numeric/LinearAlgebra.hs | |
parent | 69f8ff5553bc13bcc29064e7f09c2cf855feaba1 (diff) | |
parent | 59760b906f6d1b3a9a15d9c4c00f558c7d7d5568 (diff) |
Merge pull request #202 from kjslag/thinQR2
implement thinQR and thinRQ
Diffstat (limited to 'packages/base/src/Numeric/LinearAlgebra.hs')
-rw-r--r-- | packages/base/src/Numeric/LinearAlgebra.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/base/src/Numeric/LinearAlgebra.hs b/packages/base/src/Numeric/LinearAlgebra.hs index b5bacf4..dee66c1 100644 --- a/packages/base/src/Numeric/LinearAlgebra.hs +++ b/packages/base/src/Numeric/LinearAlgebra.hs | |||
@@ -126,7 +126,7 @@ module Numeric.LinearAlgebra ( | |||
126 | geigSH, | 126 | geigSH, |
127 | 127 | ||
128 | -- * QR | 128 | -- * QR |
129 | qr, rq, qrRaw, qrgr, | 129 | qr, thinQR, rq, thinRQ, qrRaw, qrgr, |
130 | 130 | ||
131 | -- * Cholesky | 131 | -- * Cholesky |
132 | chol, mbChol, | 132 | chol, mbChol, |