diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-05-15 20:30:57 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-05-15 20:30:57 +0200 |
commit | a86c60a5fbfc73ff3080c88007625c2cd094e80f (patch) | |
tree | e2aa5c50ee23eeb35173ac1ffcd43a51fb860003 /packages/hmatrix/src/Numeric/Vector.hs | |
parent | 69d1fc1588532b48a946c1501f92ed56600baf4d (diff) |
containerboot moved to base
Diffstat (limited to 'packages/hmatrix/src/Numeric/Vector.hs')
-rw-r--r-- | packages/hmatrix/src/Numeric/Vector.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hmatrix/src/Numeric/Vector.hs b/packages/hmatrix/src/Numeric/Vector.hs index 3f480a0..4c59d32 100644 --- a/packages/hmatrix/src/Numeric/Vector.hs +++ b/packages/hmatrix/src/Numeric/Vector.hs | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | module Numeric.Vector () where | 21 | module Numeric.Vector () where |
22 | 22 | ||
23 | import Numeric.GSL.Vector | 23 | import Numeric.Vectorized |
24 | import Numeric.Container | 24 | import Numeric.Container |
25 | 25 | ||
26 | ------------------------------------------------------------------- | 26 | ------------------------------------------------------------------- |