diff options
author | Alberto Ruiz <aruiz@um.es> | 2011-12-22 17:26:09 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2011-12-22 17:26:09 +0100 |
commit | d7b7ff9dff27a6a74785c92c9393704fe0072e0e (patch) | |
tree | eb47835d7629f68ab700eec1f8ee7399ba4c06ad /lib/Numeric/Container.hs | |
parent | 49219343d035992c2942a309a1d5594f4f96a8b1 (diff) |
ok hmatrix, hmatrix-tests, hmatrix-glpk
Diffstat (limited to 'lib/Numeric/Container.hs')
-rw-r--r-- | lib/Numeric/Container.hs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Numeric/Container.hs b/lib/Numeric/Container.hs index 90155fe..eded19c 100644 --- a/lib/Numeric/Container.hs +++ b/lib/Numeric/Container.hs | |||
@@ -59,11 +59,7 @@ module Numeric.Container ( | |||
59 | readMatrix, | 59 | readMatrix, |
60 | fscanfVector, fprintfVector, freadVector, fwriteVector, | 60 | fscanfVector, fprintfVector, freadVector, fwriteVector, |
61 | -- * Experimental | 61 | -- * Experimental |
62 | build', konst', | 62 | build', konst' |
63 | -- * Deprecated | ||
64 | (.*),(*/),(<|>),(<->), | ||
65 | vectorMax,vectorMin, | ||
66 | vectorMaxIndex, vectorMinIndex | ||
67 | ) where | 63 | ) where |
68 | 64 | ||
69 | import Data.Packed | 65 | import Data.Packed |