From c99b8fd6e3f8a2fb365ec12baf838f864b118ece Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 1 Oct 2007 15:04:16 +0000 Subject: LinearAlgebra and GSL moved to Numeric --- examples/integrate.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/integrate.hs') diff --git a/examples/integrate.hs b/examples/integrate.hs index 6da88ad..10f0269 100644 --- a/examples/integrate.hs +++ b/examples/integrate.hs @@ -1,5 +1,5 @@ -- Numerical integration -import GSL +import Numeric.GSL quad f a b = fst $ integrateQAGS 1E-9 100 f a b -- cgit v1.2.3