Searched refs:covfac (Results 1 – 2 of 2) sorted by relevance
97 double fnorm, covfac; in testLmder() local123 covfac = fnorm*fnorm/(m-n); in testLmder()135 cov = covfac*lm.matrixR().topLeftCorner<n,n>(); in testLmder()200 double fnorm, covfac; in testLmdif() local226 covfac = fnorm*fnorm/(m-n); in testLmdif()238 cov = covfac*lm.matrixR().topLeftCorner<n,n>(); in testLmdif()
199 double fnorm, covfac; in testLmder() local225 covfac = fnorm*fnorm/(m-n); in testLmder()237 cov = covfac*lm.fjac.topLeftCorner<n,n>(); in testLmder()590 double fnorm, covfac; in testLmdif() local616 covfac = fnorm*fnorm/(m-n); in testLmdif()628 cov = covfac*lm.fjac.topLeftCorner<n,n>(); in testLmdif()