diff options
author | Alberto Ruiz <aruiz@um.es> | 2015-06-05 16:20:19 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2015-06-05 16:20:19 +0200 |
commit | efc698f33bc1df574f02977c5d91276d705afb84 (patch) | |
tree | dd48cf74103bf2049edff051a610ad63edb0877a /packages/base/src/Numeric/Matrix.hs | |
parent | aacfd16906453c8b4396bc04067a3adae734fd20 (diff) |
change imports in the exposed modules
Diffstat (limited to 'packages/base/src/Numeric/Matrix.hs')
-rw-r--r-- | packages/base/src/Numeric/Matrix.hs | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/base/src/Numeric/Matrix.hs b/packages/base/src/Numeric/Matrix.hs index 5f27652..5400f26 100644 --- a/packages/base/src/Numeric/Matrix.hs +++ b/packages/base/src/Numeric/Matrix.hs | |||
@@ -26,11 +26,13 @@ module Numeric.Matrix ( | |||
26 | 26 | ||
27 | ------------------------------------------------------------------- | 27 | ------------------------------------------------------------------- |
28 | 28 | ||
29 | import Data.Packed | 29 | import Internal.Vector |
30 | import Data.Packed.Internal.Numeric | 30 | import Internal.Matrix |
31 | import Internal.Element | ||
32 | import Internal.Numeric | ||
31 | import qualified Data.Monoid as M | 33 | import qualified Data.Monoid as M |
32 | import Data.List(partition) | 34 | import Data.List(partition) |
33 | import Numeric.Chain | 35 | import Internal.Chain |
34 | 36 | ||
35 | ------------------------------------------------------------------- | 37 | ------------------------------------------------------------------- |
36 | 38 | ||