summaryrefslogtreecommitdiff
path: root/examples/minimize.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-10-01 15:04:16 +0000
committerAlberto Ruiz <aruiz@um.es>2007-10-01 15:04:16 +0000
commitc99b8fd6e3f8a2fb365ec12baf838f864b118ece (patch)
tree11b5b8515861fe88d547253ae10c2182d5fadaf2 /examples/minimize.hs
parent768f08d4134a066d773d56a9c03ae688e3850352 (diff)
LinearAlgebra and GSL moved to Numeric
Diffstat (limited to 'examples/minimize.hs')
-rw-r--r--examples/minimize.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/minimize.hs b/examples/minimize.hs
index 0429a24..d7bc350 100644
--- a/examples/minimize.hs
+++ b/examples/minimize.hs
@@ -1,6 +1,6 @@
1-- the multidimensional minimization example in the GSL manual 1-- the multidimensional minimization example in the GSL manual
2import GSL 2import Numeric.GSL
3import LinearAlgebra 3import Numeric.LinearAlgebra
4import Graphics.Plot 4import Graphics.Plot
5 5
6-- the function to be minimized 6-- the function to be minimized