summaryrefslogtreecommitdiff
path: root/examples
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
parent2e48ffd1a395817288b8271299eebd0e483407af (diff)
mbCholSH
Diffstat (limited to 'examples')
-rw-r--r--examples/error.hs1
-rw-r--r--examples/plot.hs2
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/error.hs b/examples/error.hs
index f13a48e..5efae7c 100644
--- a/examples/error.hs
+++ b/examples/error.hs
@@ -1,4 +1,5 @@
1import Numeric.GSL 1import Numeric.GSL
2import Numeric.GSL.Special
2import Numeric.LinearAlgebra 3import Numeric.LinearAlgebra
3import Prelude hiding (catch) 4import Prelude hiding (catch)
4import Control.Exception 5import Control.Exception
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