Home | History | Annotate | Download | only in NonLinearOptimization

Lines Matching defs:fvec

101     FVectorType  fvec, qtf, diag;
171 fvec.resize(m);
194 if ( functor(x, fvec) < 0)
196 fnorm = fvec.stableNorm();
244 /* form (q transpose)*fvec and store the first n components in */
246 wa4 = fvec;
322 /* successful iteration. update x, fvec, and their norms. */
325 fvec = wa4;
385 fvec.resize(m);
413 if ( functor(x, fvec) < 0)
415 fnorm = fvec.stableNorm();
439 /* forming (q transpose)*fvec and storing the first */
446 internal::rwupdt<Scalar>(fjac, wa3, qtf, fvec[i]);
572 /* successful iteration. update x, fvec, and their norms. */
575 fvec = wa4;