Home
last modified time | relevance | path

Searched refs:covfac (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/test/
Dlevenberg_marquardt.cpp97 double fnorm, covfac; in testLmder() local
123 covfac = fnorm*fnorm/(m-n); in testLmder()
135 cov = covfac*lm.matrixR().topLeftCorner<n,n>(); in testLmder()
200 double fnorm, covfac; in testLmdif() local
226 covfac = fnorm*fnorm/(m-n); in testLmdif()
238 cov = covfac*lm.matrixR().topLeftCorner<n,n>(); in testLmdif()
DNonLinearOptimization.cpp199 double fnorm, covfac; in testLmder() local
225 covfac = fnorm*fnorm/(m-n); in testLmder()
237 cov = covfac*lm.fjac.topLeftCorner<n,n>(); in testLmder()
590 double fnorm, covfac; in testLmdif() local
616 covfac = fnorm*fnorm/(m-n); in testLmdif()
628 cov = covfac*lm.fjac.topLeftCorner<n,n>(); in testLmdif()