mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
wa2 was computed twice because of a confustion between changesets
746c787a76andee0e39284c. Reported on forum: http://forum.kde.org/viewtopic.php?f=74&t=96197#p201158
This commit is contained in:
@@ -228,7 +228,6 @@ HybridNonLinearSolver<FunctorType,Scalar>::solveOneStep(FVectorType &x)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* compute the qr factorization of the jacobian. */
|
/* compute the qr factorization of the jacobian. */
|
||||||
wa2 = fjac.colwise().blueNorm();
|
|
||||||
HouseholderQR<JacobianType> qrfac(fjac); // no pivoting:
|
HouseholderQR<JacobianType> qrfac(fjac); // no pivoting:
|
||||||
|
|
||||||
/* copy the triangular factor of the qr factorization into r. */
|
/* copy the triangular factor of the qr factorization into r. */
|
||||||
@@ -469,7 +468,6 @@ HybridNonLinearSolver<FunctorType,Scalar>::solveNumericalDiffOneStep(FVectorType
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* compute the qr factorization of the jacobian. */
|
/* compute the qr factorization of the jacobian. */
|
||||||
wa2 = fjac.colwise().blueNorm();
|
|
||||||
HouseholderQR<JacobianType> qrfac(fjac); // no pivoting:
|
HouseholderQR<JacobianType> qrfac(fjac); // no pivoting:
|
||||||
|
|
||||||
/* copy the triangular factor of the qr factorization into r. */
|
/* copy the triangular factor of the qr factorization into r. */
|
||||||
|
|||||||
Reference in New Issue
Block a user