diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-09-11 18:45:27 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-09-11 18:45:27 +0000 |
commit | 996d2fdb53154993ac02b5350cd4941548e6a61e (patch) | |
tree | 0bb1cb4b8847e17d78ec87c383c3d4c610bf8030 /lib/Numeric/Matrix.hs | |
parent | a519a29770a6ef8d08dea3b3e7971ed1f4084126 (diff) |
simple tests
Diffstat (limited to 'lib/Numeric/Matrix.hs')
-rw-r--r-- | lib/Numeric/Matrix.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Numeric/Matrix.hs b/lib/Numeric/Matrix.hs index ce36ef2..fe0ec13 100644 --- a/lib/Numeric/Matrix.hs +++ b/lib/Numeric/Matrix.hs | |||
@@ -36,10 +36,7 @@ module Numeric.Matrix ( | |||
36 | 36 | ||
37 | ------------------------------------------------------------------- | 37 | ------------------------------------------------------------------- |
38 | 38 | ||
39 | import Data.Packed.Vector | ||
40 | import Data.Packed.Matrix | 39 | import Data.Packed.Matrix |
41 | |||
42 | import Numeric.Container | ||
43 | import Numeric.Vector | 40 | import Numeric.Vector |
44 | import Numeric.Chain | 41 | import Numeric.Chain |
45 | import Numeric.LinearAlgebra.Algorithms | 42 | import Numeric.LinearAlgebra.Algorithms |