diff options
author | Alberto Ruiz <aruiz@um.es> | 2011-05-02 17:31:09 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2011-05-02 17:31:09 +0000 |
commit | b48c876b4b9ba37e45104fc7b54d8024c6bd1eb5 (patch) | |
tree | 6fcd01cf5f14332f425dbe2fda9e6de1a1f04853 /lib/Numeric/Container.hs | |
parent | e2dde2e24f581d37eb862392aee1cb2e09cf0951 (diff) |
mapMatrixWithIndex, Mul, multiply.hs
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 621574e..90155fe 100644 --- a/lib/Numeric/Container.hs +++ b/lib/Numeric/Container.hs | |||
@@ -36,7 +36,7 @@ module Numeric.Container ( | |||
36 | -- * Matrix product | 36 | -- * Matrix product |
37 | Product(..), | 37 | Product(..), |
38 | optimiseMult, | 38 | optimiseMult, |
39 | mXm,mXv,vXm,(<.>),(<>),(<\>), | 39 | mXm,mXv,vXm,(<.>),Mul(..),(<\>), |
40 | outer, kronecker, | 40 | outer, kronecker, |
41 | -- * Random numbers | 41 | -- * Random numbers |
42 | RandDist(..), | 42 | RandDist(..), |