diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-09-12 19:09:47 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-09-12 19:09:47 +0000 |
commit | 0ff13d993b880739295de343bca62f06fac5ca0c (patch) | |
tree | 252a51b4314c19c04a9eda87973eeaae63167a41 /lib/Data/Packed/Plot.hs | |
parent | cd937c2be2900b8f13506d9ae7c731ad43d74e05 (diff) |
documentation
Diffstat (limited to 'lib/Data/Packed/Plot.hs')
-rw-r--r-- | lib/Data/Packed/Plot.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Data/Packed/Plot.hs b/lib/Data/Packed/Plot.hs index a0a4aae..7d63426 100644 --- a/lib/Data/Packed/Plot.hs +++ b/lib/Data/Packed/Plot.hs | |||
@@ -26,6 +26,7 @@ module Data.Packed.Plot( | |||
26 | 26 | ||
27 | import Data.Packed.Vector | 27 | import Data.Packed.Vector |
28 | import Data.Packed.Matrix | 28 | import Data.Packed.Matrix |
29 | import LinearAlgebra.Linear(outer) | ||
29 | import GSL.Vector(FunCodeS(Max,Min),toScalarR) | 30 | import GSL.Vector(FunCodeS(Max,Min),toScalarR) |
30 | import Data.List(intersperse) | 31 | import Data.List(intersperse) |
31 | import System | 32 | import System |