summaryrefslogtreecommitdiff
path: root/examples/minimize.hs
diff options
context:
space:
mode:
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