diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-05-02 14:12:22 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-05-02 14:12:22 +0200 |
commit | ae104ebd5891c84f9c8b4a40501fefdeeb1280c4 (patch) | |
tree | 768126c9f17dfa371b678e2dd1ba9661d96860cc /lib/Numeric/HMatrix/Data.hs | |
parent | e168d61eb429aa1de2d68075a4b89a8522e44038 (diff) |
(<>) and (×)
(<>) back for compat, added (×), LSDiv, +documentation, classes to dev, Monoid using optimiseMult,
Diffstat (limited to 'lib/Numeric/HMatrix/Data.hs')
-rw-r--r-- | lib/Numeric/HMatrix/Data.hs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Numeric/HMatrix/Data.hs b/lib/Numeric/HMatrix/Data.hs index 49dad10..288b0af 100644 --- a/lib/Numeric/HMatrix/Data.hs +++ b/lib/Numeric/HMatrix/Data.hs | |||
@@ -51,12 +51,6 @@ module Numeric.HMatrix.Data( | |||
51 | 51 | ||
52 | -- * Conversion | 52 | -- * Conversion |
53 | Convert(..), | 53 | Convert(..), |
54 | Complexable(), | ||
55 | RealElement(), | ||
56 | |||
57 | RealOf, ComplexOf, SingleOf, DoubleOf, | ||
58 | |||
59 | IndexOf, | ||
60 | 54 | ||
61 | -- * Misc | 55 | -- * Misc |
62 | arctan2, | 56 | arctan2, |