diff options
Diffstat (limited to 'lib/Numeric/GSL/Minimization.hs')
-rw-r--r-- | lib/Numeric/GSL/Minimization.hs | 4 |
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 | ||
70 | The path to the solution can be graphically shown by means of: | 70 | The 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 | -} |
75 | minimizeNMSimplex :: ([Double] -> Double) -- ^ function to minimize | 75 | minimizeNMSimplex :: ([Double] -> Double) -- ^ function to minimize |
@@ -130,7 +130,7 @@ main = do | |||
130 | 130 | ||
131 | The path to the solution can be graphically shown by means of: | 131 | The 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 | -} |
136 | minimizeConjugateGradient :: | 136 | minimizeConjugateGradient :: |