summaryrefslogtreecommitdiff
path: root/lib/Numeric/Matrix.hs
diff options
context:
space:
mode:
authorVivian McPhail <haskell.vivian.mcphail@gmail.com>2010-09-12 01:16:21 +0000
committerVivian McPhail <haskell.vivian.mcphail@gmail.com>2010-09-12 01:16:21 +0000
commit9c087c435a5c8762fa66458899a36ac505e45128 (patch)
tree39834f19ce28157e08d7be529dca1426ab5515dc /lib/Numeric/Matrix.hs
parent996d2fdb53154993ac02b5350cd4941548e6a61e (diff)
improve chain -> optimiseMult function / documentation
Diffstat (limited to 'lib/Numeric/Matrix.hs')
-rw-r--r--lib/Numeric/Matrix.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/Matrix.hs b/lib/Numeric/Matrix.hs
index fe0ec13..c766381 100644
--- a/lib/Numeric/Matrix.hs
+++ b/lib/Numeric/Matrix.hs
@@ -26,7 +26,7 @@ module Numeric.Matrix (
26 module Data.Packed.Matrix, 26 module Data.Packed.Matrix,
27 module Numeric.Vector, 27 module Numeric.Vector,
28 --module Numeric.Container, 28 --module Numeric.Container,
29 chain, 29 optimiseMult,
30 -- * Operators 30 -- * Operators
31 (<>), (<\>), 31 (<>), (<\>),
32 -- * Deprecated 32 -- * Deprecated