aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/NonLinearOptimization
diff options
context:
space:
mode:
authorGravatar Thomas Capricelli <orzel@freehackers.org>2009-11-21 02:00:47 +0100
committerGravatar Thomas Capricelli <orzel@freehackers.org>2009-11-21 02:00:47 +0100
commit06f11f337951982f240c161933229812c391e979 (patch)
tree52ddeb9128311fd8c5d926383662e4c243bb9c20 /unsupported/Eigen/NonLinearOptimization
parent3c5e32f0daa3a73394f9b770ef6cba82c47f033e (diff)
fix important typo
Diffstat (limited to 'unsupported/Eigen/NonLinearOptimization')
-rw-r--r--unsupported/Eigen/NonLinearOptimization2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/NonLinearOptimization b/unsupported/Eigen/NonLinearOptimization
index 601b1abc7..5e64bc585 100644
--- a/unsupported/Eigen/NonLinearOptimization
+++ b/unsupported/Eigen/NonLinearOptimization
@@ -43,7 +43,7 @@ namespace Eigen {
* actually linear. But if this is so, you should probably better use other
* methods more fitted to this special case.
*
- * One algorithm allows to find the extremum of such a system (Levenberg
+ * One algorithm allows to find an extremum of such a system (Levenberg
* Marquardt algorithm) and the second one is used to find
* a zero for the system (Powell hybrid "dogleg" method).
*