mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
oops, forgot those ones
This commit is contained in:
parent
01622e9855
commit
369693aa1c
@ -243,7 +243,7 @@ void testLmder()
|
|||||||
VERIFY_IS_APPROX(x, x_ref);
|
VERIFY_IS_APPROX(x, x_ref);
|
||||||
|
|
||||||
// check covariance
|
// check covariance
|
||||||
covar_ftol = dpmpar(1);
|
covar_ftol = epsilon<double>();
|
||||||
covfac = fnorm*fnorm/(m-n);
|
covfac = fnorm*fnorm/(m-n);
|
||||||
Eigen::VectorXd wa(n);
|
Eigen::VectorXd wa(n);
|
||||||
covar(n, fjac.data(), m, ipvt.data(), covar_ftol, wa.data());
|
covar(n, fjac.data(), m, ipvt.data(), covar_ftol, wa.data());
|
||||||
@ -759,7 +759,7 @@ void testLmdif()
|
|||||||
VERIFY_IS_APPROX(x, x_ref);
|
VERIFY_IS_APPROX(x, x_ref);
|
||||||
|
|
||||||
// check covariance
|
// check covariance
|
||||||
covar_ftol = dpmpar(1);
|
covar_ftol = epsilon<double>();
|
||||||
covfac = fnorm*fnorm/(m-n);
|
covfac = fnorm*fnorm/(m-n);
|
||||||
Eigen::VectorXd wa(n);
|
Eigen::VectorXd wa(n);
|
||||||
covar(n, fjac.data(), m, ipvt.data(), covar_ftol, wa.data());
|
covar(n, fjac.data(), m, ipvt.data(), covar_ftol, wa.data());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user