summaryrefslogtreecommitdiff
path: root/lib/Numeric/LinearAlgebra/Algorithms.hs
diff options
context:
space:
mode:
authorVivian McPhail <haskell.vivian.mcphail@gmail.com>2010-07-05 09:33:57 +0000
committerVivian McPhail <haskell.vivian.mcphail@gmail.com>2010-07-05 09:33:57 +0000
commit305360d31d6cc81c405df84e098c46e5b461a20a (patch)
tree55a462ad2409d494c4c3baed7a8e4d061635413d /lib/Numeric/LinearAlgebra/Algorithms.hs
parent21ccf5342555bd41a61ed132b09eacebf3c71feb (diff)
Vectors needs to be exported
Diffstat (limited to 'lib/Numeric/LinearAlgebra/Algorithms.hs')
-rw-r--r--lib/Numeric/LinearAlgebra/Algorithms.hs1
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".
21module Numeric.LinearAlgebra.Algorithms ( 21module 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,