summaryrefslogtreecommitdiff
path: root/examples/plot.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2010-04-07 07:18:41 +0000
committerAlberto Ruiz <aruiz@um.es>2010-04-07 07:18:41 +0000
commitbc854c679c77cbdc97ee2e24383322550109118d (patch)
tree903f8cce6d3dfbca8a7f6ca80fbe3b080102c046 /examples/plot.hs
parent2e48ffd1a395817288b8271299eebd0e483407af (diff)
mbCholSH
Diffstat (limited to 'examples/plot.hs')
-rw-r--r--examples/plot.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/plot.hs b/examples/plot.hs
index 1583dfe..f950aa5 100644
--- a/examples/plot.hs
+++ b/examples/plot.hs
@@ -1,6 +1,6 @@
1import Numeric.LinearAlgebra 1import Numeric.LinearAlgebra
2import Graphics.Plot 2import Graphics.Plot
3import Numeric.GSL(erf_Z, erf) 3import Numeric.GSL.Special(erf_Z, erf)
4 4
5sombrero n = f x y where 5sombrero n = f x y where
6 (x,y) = meshdom range range 6 (x,y) = meshdom range range