diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-05-04 21:08:51 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-05-04 21:08:51 +0200 |
commit | 4078cf44c98b42960be27843782f6983bb66017f (patch) | |
tree | bee20c3c811a98247aab99738991ab4b2bcc2312 /lib/Numeric/Container.hs | |
parent | ae104ebd5891c84f9c8b4a40501fefdeeb1280c4 (diff) |
allow empty arrays
Diffstat (limited to 'lib/Numeric/Container.hs')
-rw-r--r-- | lib/Numeric/Container.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/Container.hs b/lib/Numeric/Container.hs index a71fdfe..b145a26 100644 --- a/lib/Numeric/Container.hs +++ b/lib/Numeric/Container.hs | |||
@@ -36,7 +36,7 @@ module Numeric.Container ( | |||
36 | -- * Generic operations | 36 | -- * Generic operations |
37 | Container(..), | 37 | Container(..), |
38 | -- * Matrix product | 38 | -- * Matrix product |
39 | Product(..), | 39 | Product(..), udot, |
40 | Mul(..), | 40 | Mul(..), |
41 | Contraction(..), mmul, | 41 | Contraction(..), mmul, |
42 | optimiseMult, | 42 | optimiseMult, |