summaryrefslogtreecommitdiff
path: root/examples/root.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2009-06-08 09:45:14 +0000
committerAlberto Ruiz <aruiz@um.es>2009-06-08 09:45:14 +0000
commitd9efdd9334da1a63f739d6e2e68c4ff78f52e505 (patch)
tree4c4c4c798fd1e67ec4565a441e1357d5b75f37da /examples/root.hs
parent34de6154086224a0e9f774bd8a2ab804d78e8a10 (diff)
auxiliary functions moved to Numeric.GSL.Internal
Diffstat (limited to 'examples/root.hs')
-rw-r--r--examples/root.hs5
1 files changed, 1 insertions, 4 deletions
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
28 test DNewton 28 test DNewton
29 test Broyden 29 test Broyden
30 30
31 testJ HybridsJ 31 mapM_ testJ [HybridsJ .. GNewton]
32 testJ HybridJ
33 testJ Newton
34 testJ GNewton