Lines Matching refs:fnorm
198 double fnorm, covfac; in testLmder() local
215 fnorm = lm.fvec.blueNorm(); in testLmder()
216 VERIFY_IS_APPROX(fnorm, 0.09063596); in testLmder()
224 covfac = fnorm*fnorm/(m-n); in testLmder()
503 double fnorm; in testLmstr() local
520 fnorm = lm.fvec.blueNorm(); in testLmstr()
521 VERIFY_IS_APPROX(fnorm, 0.09063596); in testLmstr()
589 double fnorm, covfac; in testLmdif() local
606 fnorm = lm.fvec.blueNorm(); in testLmdif()
607 VERIFY_IS_APPROX(fnorm, 0.09063596); in testLmdif()
615 covfac = fnorm*fnorm/(m-n); in testLmdif()