summaryrefslogtreecommitdiff
path: root/lib/Numeric/GSL/Minimization.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2008-05-22 17:03:50 +0000
committerAlberto Ruiz <aruiz@um.es>2008-05-22 17:03:50 +0000
commit64535f11d09573daddbb41bda57e37a0461ca09e (patch)
treef58006888ba756a8ab7de470e74ba676e5a484f6 /lib/Numeric/GSL/Minimization.hs
parent1ce4cb6b2ec7456bd343d65ec5c3fdd5f29e3b94 (diff)
fixed error in documentation
Diffstat (limited to 'lib/Numeric/GSL/Minimization.hs')
-rw-r--r--lib/Numeric/GSL/Minimization.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Numeric/GSL/Minimization.hs b/lib/Numeric/GSL/Minimization.hs
index b84da06..0a2d577 100644
--- a/lib/Numeric/GSL/Minimization.hs
+++ b/lib/Numeric/GSL/Minimization.hs
@@ -69,7 +69,7 @@ main = do
69 69
70The path to the solution can be graphically shown by means of: 70The path to the solution can be graphically shown by means of:
71 71
72@'GSL.Plot.mplot' $ drop 3 ('toColumns' p)@ 72@'Graphics.Plot.mplot' $ drop 3 ('toColumns' p)@
73 73
74-} 74-}
75minimizeNMSimplex :: ([Double] -> Double) -- ^ function to minimize 75minimizeNMSimplex :: ([Double] -> Double) -- ^ function to minimize
@@ -130,7 +130,7 @@ main = do
130 130
131The path to the solution can be graphically shown by means of: 131The path to the solution can be graphically shown by means of:
132 132
133@'GSL.Plot.mplot' $ drop 2 ('toColumns' p)@ 133@'Graphics.Plot.mplot' $ drop 2 ('toColumns' p)@
134 134
135-} 135-}
136minimizeConjugateGradient :: 136minimizeConjugateGradient ::