diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-06-26 16:57:58 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-06-26 16:57:58 +0000 |
commit | a749785e839d14fadc47ab4c6e94afdd167bdd21 (patch) | |
tree | 2b715bf233aa8e82137621a251b0edf0b32cdd67 /lib/GSL | |
parent | 3019948b97ba1c177b21ab103823fabe561b3ffe (diff) |
tensor refactorization
Diffstat (limited to 'lib/GSL')
-rw-r--r-- | lib/GSL/Vector.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/GSL/Vector.hs b/lib/GSL/Vector.hs index a074254..0b3c3a9 100644 --- a/lib/GSL/Vector.hs +++ b/lib/GSL/Vector.hs | |||
@@ -21,7 +21,9 @@ module GSL.Vector ( | |||
21 | scale, addConstant, add, sub, mul, | 21 | scale, addConstant, add, sub, mul, |
22 | ) where | 22 | ) where |
23 | 23 | ||
24 | import Data.Packed.Internal | 24 | import Data.Packed.Internal.Common |
25 | import Data.Packed.Internal.Vector | ||
26 | |||
25 | import Complex | 27 | import Complex |
26 | import Foreign | 28 | import Foreign |
27 | 29 | ||