diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/error.hs | 1 | ||||
-rw-r--r-- | examples/plot.hs | 2 |
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 @@ | |||
1 | import Numeric.GSL | 1 | import Numeric.GSL |
2 | import Numeric.GSL.Special | ||
2 | import Numeric.LinearAlgebra | 3 | import Numeric.LinearAlgebra |
3 | import Prelude hiding (catch) | 4 | import Prelude hiding (catch) |
4 | import Control.Exception | 5 | import 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 @@ | |||
1 | import Numeric.LinearAlgebra | 1 | import Numeric.LinearAlgebra |
2 | import Graphics.Plot | 2 | import Graphics.Plot |
3 | import Numeric.GSL(erf_Z, erf) | 3 | import Numeric.GSL.Special(erf_Z, erf) |
4 | 4 | ||
5 | sombrero n = f x y where | 5 | sombrero n = f x y where |
6 | (x,y) = meshdom range range | 6 | (x,y) = meshdom range range |