cleaning covar

This commit is contained in:
Thomas Capricelli
2009-08-24 17:49:37 +02:00
parent 17905c7399
commit 4e62e29869
2 changed files with 3 additions and 6 deletions

View File

@@ -193,7 +193,6 @@ void testLmder()
// check covariance
covfac = fnorm*fnorm/(m-n);
ipvt.cwise()+=1; // covar() expects the fortran convention (as qrfac provides)
ei_covar<double>(fjac, ipvt);
MatrixXd cov_ref(n,n);
@@ -567,7 +566,6 @@ void testLmdif()
// check covariance
covfac = fnorm*fnorm/(m-n);
ipvt.cwise()+=1; // covar() expects the fortran convention (as qrfac provides)
ei_covar<double>(fjac, ipvt);
MatrixXd cov_ref(n,n);