diff options
author | Vivian McPhail <haskell.vivian.mcphail@gmail.com> | 2010-07-05 09:33:57 +0000 |
---|---|---|
committer | Vivian McPhail <haskell.vivian.mcphail@gmail.com> | 2010-07-05 09:33:57 +0000 |
commit | 305360d31d6cc81c405df84e098c46e5b461a20a (patch) | |
tree | 55a462ad2409d494c4c3baed7a8e4d061635413d /lib/Numeric | |
parent | 21ccf5342555bd41a61ed132b09eacebf3c71feb (diff) |
Vectors needs to be exported
Diffstat (limited to 'lib/Numeric')
-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 e058490..5191480 100644 --- a/lib/Numeric/LinearAlgebra/Algorithms.hs +++ b/lib/Numeric/LinearAlgebra/Algorithms.hs | |||
@@ -21,6 +21,7 @@ imported from "Numeric.LinearAlgebra.LAPACK". | |||
21 | module Numeric.LinearAlgebra.Algorithms ( | 21 | module Numeric.LinearAlgebra.Algorithms ( |
22 | -- * Supported types | 22 | -- * Supported types |
23 | Field(), | 23 | Field(), |
24 | Vectors(..), | ||
24 | -- * Products | 25 | -- * Products |
25 | multiply, -- dot, moved dot to typeclass | 26 | multiply, -- dot, moved dot to typeclass |
26 | outer, kronecker, | 27 | outer, kronecker, |