summaryrefslogtreecommitdiff
path: root/packages/base/src/Numeric/Container.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-06-03 21:06:17 +0200
committerAlberto Ruiz <aruiz@um.es>2014-06-03 21:06:17 +0200
commit9a17969ad0ea9f940db6201a37b9aed19ad605df (patch)
treeccbf24f7fdcddc2d248b8deb0ca9b97a18fc94e4 /packages/base/src/Numeric/Container.hs
parent2734dd1ddc6b31aba6377ef969a33967babca519 (diff)
fix linspace, expose udot, complex static, wip
Diffstat (limited to 'packages/base/src/Numeric/Container.hs')
-rw-r--r--packages/base/src/Numeric/Container.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/base/src/Numeric/Container.hs b/packages/base/src/Numeric/Container.hs
index 6a841aa..f78bfb9 100644
--- a/packages/base/src/Numeric/Container.hs
+++ b/packages/base/src/Numeric/Container.hs
@@ -20,7 +20,7 @@ module Numeric.Container(
20 sumElements, prodElements, 20 sumElements, prodElements,
21 step, cond, find, assoc, accum, 21 step, cond, find, assoc, accum,
22 Element(..), 22 Element(..),
23 Product(..), 23 Product(..), dot, udot,
24 optimiseMult, 24 optimiseMult,
25 mXm, mXv, vXm, (<.>), 25 mXm, mXv, vXm, (<.>),
26 Mul(..), 26 Mul(..),