diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-05-16 20:57:13 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-05-16 20:57:13 +0200 |
commit | fd94ecb3c3032beccdca4a4dee38bb306f57cd8b (patch) | |
tree | 81d7318217d6da4a057e587003b44425afe6ddcd /packages/hmatrix/src/Numeric/LinearAlgebra | |
parent | d4d9082a8d7d3eed6cb5f188fc3b476847dcac27 (diff) |
Numeric.Container compatible
Diffstat (limited to 'packages/hmatrix/src/Numeric/LinearAlgebra')
-rw-r--r-- | packages/hmatrix/src/Numeric/LinearAlgebra/Random.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hmatrix/src/Numeric/LinearAlgebra/Random.hs b/packages/hmatrix/src/Numeric/LinearAlgebra/Random.hs index e9ab2b7..0a82d3f 100644 --- a/packages/hmatrix/src/Numeric/LinearAlgebra/Random.hs +++ b/packages/hmatrix/src/Numeric/LinearAlgebra/Random.hs | |||
@@ -21,7 +21,7 @@ module Numeric.LinearAlgebra.Random ( | |||
21 | ) where | 21 | ) where |
22 | 22 | ||
23 | import Numeric.GSL.LinearAlgebra | 23 | import Numeric.GSL.LinearAlgebra |
24 | import Numeric.Container | 24 | import Data.Packed.Numeric |
25 | import Numeric.LinearAlgebra.Algorithms | 25 | import Numeric.LinearAlgebra.Algorithms |
26 | import System.Random(randomIO) | 26 | import System.Random(randomIO) |
27 | 27 | ||