diff options
author | Alberto Ruiz <aruiz@um.es> | 2008-11-05 14:01:11 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2008-11-05 14:01:11 +0000 |
commit | 2044be5a83d77536daed0f0f34d2baa6aa548dd1 (patch) | |
tree | e8ef80f329fe062ebc028e2fe4136cdce2ce8cb7 /lib/Numeric | |
parent | 3161c13c508fb578bbc66156a609dbe4b991948d (diff) |
improved constant
Diffstat (limited to 'lib/Numeric')
-rw-r--r-- | lib/Numeric/LinearAlgebra/Algorithms.hs | 2 | ||||
-rw-r--r-- | lib/Numeric/LinearAlgebra/LAPACK.hs | 7 |
2 files changed, 3 insertions, 6 deletions
diff --git a/lib/Numeric/LinearAlgebra/Algorithms.hs b/lib/Numeric/LinearAlgebra/Algorithms.hs index f259db5..d978fa4 100644 --- a/lib/Numeric/LinearAlgebra/Algorithms.hs +++ b/lib/Numeric/LinearAlgebra/Algorithms.hs | |||
@@ -61,7 +61,7 @@ module Numeric.LinearAlgebra.Algorithms ( | |||
61 | ) where | 61 | ) where |
62 | 62 | ||
63 | 63 | ||
64 | import Data.Packed.Internal hiding (fromComplex, toComplex, comp, conj, (//)) | 64 | import Data.Packed.Internal hiding (fromComplex, toComplex, conj, (//)) |
65 | import Data.Packed | 65 | import Data.Packed |
66 | import Numeric.GSL.Vector | 66 | import Numeric.GSL.Vector |
67 | import Numeric.LinearAlgebra.LAPACK as LAPACK | 67 | import Numeric.LinearAlgebra.LAPACK as LAPACK |
diff --git a/lib/Numeric/LinearAlgebra/LAPACK.hs b/lib/Numeric/LinearAlgebra/LAPACK.hs index 56945d7..ffa2cb5 100644 --- a/lib/Numeric/LinearAlgebra/LAPACK.hs +++ b/lib/Numeric/LinearAlgebra/LAPACK.hs | |||
@@ -27,11 +27,8 @@ module Numeric.LinearAlgebra.LAPACK ( | |||
27 | schurR, schurC | 27 | schurR, schurC |
28 | ) where | 28 | ) where |
29 | 29 | ||
30 | import Data.Packed.Internal | 30 | import Data.Packed.Internal hiding (toComplex) |
31 | import Data.Packed.Internal.Vector | 31 | import Data.Packed |
32 | import Data.Packed.Internal.Matrix | ||
33 | import Data.Packed.Vector | ||
34 | import Data.Packed.Matrix | ||
35 | import Numeric.GSL.Vector(vectorMapValR, FunCodeSV(Scale)) | 32 | import Numeric.GSL.Vector(vectorMapValR, FunCodeSV(Scale)) |
36 | import Complex | 33 | import Complex |
37 | import Foreign | 34 | import Foreign |