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/LinearAlgebra/LAPACK.hs | |
parent | 3161c13c508fb578bbc66156a609dbe4b991948d (diff) |
improved constant
Diffstat (limited to 'lib/Numeric/LinearAlgebra/LAPACK.hs')
-rw-r--r-- | lib/Numeric/LinearAlgebra/LAPACK.hs | 7 |
1 files changed, 2 insertions, 5 deletions
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 |