aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/NonLinear/lmder.h
diff options
context:
space:
mode:
authorGravatar Thomas Capricelli <orzel@freehackers.org>2009-08-24 08:45:06 +0200
committerGravatar Thomas Capricelli <orzel@freehackers.org>2009-08-24 08:45:06 +0200
commit88f5d06b0887c3c689bf91c454a5e91410e15d74 (patch)
treec9e089739494128177e9a1153c1b2ade858cdea7 /unsupported/Eigen/src/NonLinear/lmder.h
parent950eb4a2544eee2b1bcc70c7c5e9e9f945eb574f (diff)
move ipvt/fortran fixing deeper
Diffstat (limited to 'unsupported/Eigen/src/NonLinear/lmder.h')
-rw-r--r--unsupported/Eigen/src/NonLinear/lmder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/unsupported/Eigen/src/NonLinear/lmder.h b/unsupported/Eigen/src/NonLinear/lmder.h
index d279168aa..7ae2d82bf 100644
--- a/unsupported/Eigen/src/NonLinear/lmder.h
+++ b/unsupported/Eigen/src/NonLinear/lmder.h
@@ -198,9 +198,7 @@ L200:
/* determine the levenberg-marquardt parameter. */
- ipvt.cwise()+=1; // lmpar() expects the fortran convention (as qrfac provides)
ei_lmpar<Scalar>(fjac, ipvt, diag, qtf, delta, par, wa1, wa2);
- ipvt.cwise()-=1;
/* store the direction p and x + p. calculate the norm of p. */