diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-09-20 08:39:33 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-09-20 08:39:33 +0000 |
commit | 9593058746aaf1f5afd9ce78c1dd5d64ef7b05a6 (patch) | |
tree | c109e502df2160cef7c95272478a78dc3c8bcc75 /lib/Numeric/LinearAlgebra | |
parent | 0fc87fd99db80b81521a51c8abf4b8b151efb9da (diff) |
move deprecated funcs to Numeric.Container
Diffstat (limited to 'lib/Numeric/LinearAlgebra')
-rw-r--r-- | lib/Numeric/LinearAlgebra/Algorithms.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/LinearAlgebra/Algorithms.hs b/lib/Numeric/LinearAlgebra/Algorithms.hs index 28cf88f..4f6f54d 100644 --- a/lib/Numeric/LinearAlgebra/Algorithms.hs +++ b/lib/Numeric/LinearAlgebra/Algorithms.hs | |||
@@ -79,7 +79,7 @@ import Data.Packed.Matrix | |||
79 | import Numeric.LinearAlgebra.LAPACK as LAPACK | 79 | import Numeric.LinearAlgebra.LAPACK as LAPACK |
80 | import Data.List(foldl1') | 80 | import Data.List(foldl1') |
81 | import Data.Array | 81 | import Data.Array |
82 | import Numeric.Container | 82 | import Numeric.Container hiding ((.*),(*/)) |
83 | 83 | ||
84 | -- | Auxiliary typeclass used to define generic computations for both real and complex matrices. | 84 | -- | Auxiliary typeclass used to define generic computations for both real and complex matrices. |
85 | class (Product t, | 85 | class (Product t, |