diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-05-11 09:07:52 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-05-11 09:07:52 +0000 |
commit | aa8debb5ab389de7bc5b47c5ae5f038349b6efc1 (patch) | |
tree | ceb1ae6932ef0769616089fd05a7ba099b9a5b30 /lib/Numeric/LinearAlgebra/Algorithms.hs | |
parent | 0c1b8611b9cc55cc646c708b63442f3aaac1249d (diff) |
simplify modules
Diffstat (limited to 'lib/Numeric/LinearAlgebra/Algorithms.hs')
-rw-r--r-- | lib/Numeric/LinearAlgebra/Algorithms.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Numeric/LinearAlgebra/Algorithms.hs b/lib/Numeric/LinearAlgebra/Algorithms.hs index fc2fcb2..7de9587 100644 --- a/lib/Numeric/LinearAlgebra/Algorithms.hs +++ b/lib/Numeric/LinearAlgebra/Algorithms.hs | |||
@@ -66,6 +66,7 @@ module Numeric.LinearAlgebra.Algorithms ( | |||
66 | -- * Misc | 66 | -- * Misc |
67 | ctrans, | 67 | ctrans, |
68 | eps, i, | 68 | eps, i, |
69 | Linear(..), | ||
69 | -- * Util | 70 | -- * Util |
70 | haussholder, | 71 | haussholder, |
71 | unpackQR, unpackHess, | 72 | unpackQR, unpackHess, |