From bc854c679c77cbdc97ee2e24383322550109118d Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Wed, 7 Apr 2010 07:18:41 +0000 Subject: mbCholSH --- examples/error.hs | 1 + examples/plot.hs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'examples') 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 @@ import Numeric.GSL +import Numeric.GSL.Special import Numeric.LinearAlgebra import Prelude hiding (catch) 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 @@ import Numeric.LinearAlgebra import Graphics.Plot -import Numeric.GSL(erf_Z, erf) +import Numeric.GSL.Special(erf_Z, erf) sombrero n = f x y where (x,y) = meshdom range range -- cgit v1.2.3