diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-06-13 16:35:02 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-06-13 16:35:02 +0000 |
commit | 713d4056abb2e786b4084e7e220d359b06dcaf1f (patch) | |
tree | 4535b87da8756ca89f07e46181891df2b90406dc /lib/LAPACK.hs | |
parent | 8c5be977858723aac8b8f47f57ce98d82fe249b4 (diff) |
refactoring
Diffstat (limited to 'lib/LAPACK.hs')
-rw-r--r-- | lib/LAPACK.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/LAPACK.hs b/lib/LAPACK.hs index e6249a1..1531cfb 100644 --- a/lib/LAPACK.hs +++ b/lib/LAPACK.hs | |||
@@ -21,8 +21,11 @@ module LAPACK ( | |||
21 | linearSolveSVDR, linearSolveSVDC, | 21 | linearSolveSVDR, linearSolveSVDC, |
22 | ) where | 22 | ) where |
23 | 23 | ||
24 | import Data.Packed.Internal | ||
24 | import Data.Packed.Internal.Vector | 25 | import Data.Packed.Internal.Vector |
25 | import Data.Packed.Internal.Matrix | 26 | import Data.Packed.Internal.Matrix |
27 | import Data.Packed.Vector | ||
28 | import Data.Packed.Matrix | ||
26 | import Complex | 29 | import Complex |
27 | import Foreign | 30 | import Foreign |
28 | 31 | ||