diff options
Diffstat (limited to 'packages/base/src/Internal/Container.hs')
-rw-r--r-- | packages/base/src/Internal/Container.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/base/src/Internal/Container.hs b/packages/base/src/Internal/Container.hs index 216e31e..f6355b2 100644 --- a/packages/base/src/Internal/Container.hs +++ b/packages/base/src/Internal/Container.hs | |||
@@ -24,14 +24,12 @@ | |||
24 | 24 | ||
25 | module Internal.Container where | 25 | module Internal.Container where |
26 | 26 | ||
27 | import Internal.Tools | ||
28 | import Internal.Vector | 27 | import Internal.Vector |
29 | import Internal.Matrix | 28 | import Internal.Matrix |
30 | import Internal.Element | 29 | import Internal.Element |
31 | import Internal.Numeric | 30 | import Internal.Numeric |
32 | import Data.Complex | 31 | import Data.Complex |
33 | import Internal.Algorithms(Field,linearSolveSVD) | 32 | import Internal.Algorithms(Field,linearSolveSVD) |
34 | import Data.Vector.Storable(fromList) | ||
35 | 33 | ||
36 | ------------------------------------------------------------------ | 34 | ------------------------------------------------------------------ |
37 | 35 | ||