diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-09-06 07:37:18 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-09-06 07:37:18 +0000 |
commit | 29099e3bfb4eec87ac3d4d675d7cfc82234c20d6 (patch) | |
tree | 82124829d5e2a51e1b272430cee2617b7e182e0e /lib/Graphics/Plot.hs | |
parent | fa4e2233a873bbfee26939c013b56acc160bca7b (diff) |
working on conversion / linear
Diffstat (limited to 'lib/Graphics/Plot.hs')
-rw-r--r-- | lib/Graphics/Plot.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Graphics/Plot.hs b/lib/Graphics/Plot.hs index 478b4ad..ae88a92 100644 --- a/lib/Graphics/Plot.hs +++ b/lib/Graphics/Plot.hs | |||
@@ -29,6 +29,7 @@ module Graphics.Plot( | |||
29 | ) where | 29 | ) where |
30 | 30 | ||
31 | import Data.Packed | 31 | import Data.Packed |
32 | import Numeric.Vector | ||
32 | import Numeric.LinearAlgebra.Linear | 33 | import Numeric.LinearAlgebra.Linear |
33 | import Data.List(intersperse) | 34 | import Data.List(intersperse) |
34 | import System.Process (system) | 35 | import System.Process (system) |