Lines Matching refs:fnorm
199 double fnorm, covfac; in testLmder() local
216 fnorm = lm.fvec.blueNorm(); in testLmder()
217 VERIFY_IS_APPROX(fnorm, 0.09063596); in testLmder()
225 covfac = fnorm*fnorm/(m-n); in testLmder()
504 double fnorm; in testLmstr() local
521 fnorm = lm.fvec.blueNorm(); in testLmstr()
522 VERIFY_IS_APPROX(fnorm, 0.09063596); in testLmstr()
590 double fnorm, covfac; in testLmdif() local
607 fnorm = lm.fvec.blueNorm(); in testLmdif()
608 VERIFY_IS_APPROX(fnorm, 0.09063596); in testLmdif()
616 covfac = fnorm*fnorm/(m-n); in testLmdif()