Home | History | Annotate | Download | only in NonLinearOptimization

Lines Matching refs:stableNorm

196     fnorm = fvec.stableNorm();
238 xnorm = diag.cwiseProduct(x).stableNorm();
273 pnorm = diag.cwiseProduct(wa1).stableNorm();
283 fnorm1 = wa4.stableNorm();
293 temp1 = numext::abs2(wa3.stableNorm() / fnorm);
326 xnorm = wa2.stableNorm();
415 fnorm = fvec.stableNorm();
457 wa2[j] = fjac.col(j).head(j).stableNorm();
494 xnorm = diag.cwiseProduct(x).stableNorm();
523 pnorm = diag.cwiseProduct(wa1).stableNorm();
533 fnorm1 = wa4.stableNorm();
543 temp1 = numext::abs2(wa3.stableNorm() / fnorm);
576 xnorm = wa2.stableNorm();