From d9efdd9334da1a63f739d6e2e68c4ff78f52e505 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 8 Jun 2009 09:45:14 +0000 Subject: auxiliary functions moved to Numeric.GSL.Internal --- examples/root.hs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'examples/root.hs') diff --git a/examples/root.hs b/examples/root.hs index 2a24f0f..8546ff5 100644 --- a/examples/root.hs +++ b/examples/root.hs @@ -28,7 +28,4 @@ main = do test DNewton test Broyden - testJ HybridsJ - testJ HybridJ - testJ Newton - testJ GNewton + mapM_ testJ [HybridsJ .. GNewton] -- cgit v1.2.3