diff options
Diffstat (limited to 'packages/hmatrix/src/Numeric/Container.hs')
-rw-r--r-- | packages/hmatrix/src/Numeric/Container.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hmatrix/src/Numeric/Container.hs b/packages/hmatrix/src/Numeric/Container.hs index 7e46147..ff649b7 100644 --- a/packages/hmatrix/src/Numeric/Container.hs +++ b/packages/hmatrix/src/Numeric/Container.hs | |||
@@ -71,7 +71,7 @@ import Numeric.Chain | |||
71 | import Numeric.IO | 71 | import Numeric.IO |
72 | import Data.Complex | 72 | import Data.Complex |
73 | import Numeric.LinearAlgebra.Algorithms(Field,linearSolveSVD) | 73 | import Numeric.LinearAlgebra.Algorithms(Field,linearSolveSVD) |
74 | import Data.Packed.Random | 74 | import Numeric.Random |
75 | 75 | ||
76 | ------------------------------------------------------------------ | 76 | ------------------------------------------------------------------ |
77 | 77 | ||