aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/NonLinear/hybrj.h
diff options
context:
space:
mode:
authorGravatar Thomas Capricelli <orzel@freehackers.org>2009-08-24 09:13:06 +0200
committerGravatar Thomas Capricelli <orzel@freehackers.org>2009-08-24 09:13:06 +0200
commit6e41f15fea86005a61020f7b7d89f1ad271ea58c (patch)
treeb3715353bd67a5bcd7088b21b2e097d44fec6a32 /unsupported/Eigen/src/NonLinear/hybrj.h
parentdff5135026369504b554211c99f5eda70ef85ab3 (diff)
use a local variable for qrfac
Diffstat (limited to 'unsupported/Eigen/src/NonLinear/hybrj.h')
-rw-r--r--unsupported/Eigen/src/NonLinear/hybrj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/src/NonLinear/hybrj.h b/unsupported/Eigen/src/NonLinear/hybrj.h
index 587f42099..8f78c1868 100644
--- a/unsupported/Eigen/src/NonLinear/hybrj.h
+++ b/unsupported/Eigen/src/NonLinear/hybrj.h
@@ -92,7 +92,7 @@ L30:
/* compute the qr factorization of the jacobian. */
- ei_qrfac<Scalar>(n, n, fjac.data(), fjac.rows(), false, iwa, 1, wa1.data(), wa2.data(), wa3.data());
+ ei_qrfac<Scalar>(n, n, fjac.data(), fjac.rows(), false, iwa, 1, wa1.data(), wa2.data());
/* on the first iteration and if mode is 1, scale according */
/* to the norms of the columns of the initial jacobian. */