diff options
Diffstat (limited to 'examples/minimize.hs')
-rw-r--r-- | examples/minimize.hs | 4 |
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 |
2 | import GSL | 2 | import Numeric.GSL |
3 | import LinearAlgebra | 3 | import Numeric.LinearAlgebra |
4 | import Graphics.Plot | 4 | import Graphics.Plot |
5 | 5 | ||
6 | -- the function to be minimized | 6 | -- the function to be minimized |