Lines Matching full:fvec
101 FVectorType fvec, qtf, diag;
171 fvec.resize(m);
194 if ( functor(x, fvec) < 0)
196 fnorm = fvec.stableNorm();
241 /* form (q transpose)*fvec and store the first n components in */
243 wa4 = fvec;
319 /* successful iteration. update x, fvec, and their norms. */
322 fvec = wa4;
382 fvec.resize(m);
410 if ( functor(x, fvec) < 0)
412 fnorm = fvec.stableNorm();
433 /* forming (q transpose)*fvec and storing the first */
440 internal::rwupdt<Scalar>(fjac, wa3, qtf, fvec[i]);
566 /* successful iteration. update x, fvec, and their norms. */
569 fvec = wa4;