Searched refs:fym (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/tao/linesearch/impls/morethuente/ |
| H A D | morethuente.c | 37 PetscReal finit, width, width1, dginit, fm, fxm, fym, dgm, dgxm, dgym; in TaoLineSearchApply_MT() local 230 fym = fy - sty * dgtest; in TaoLineSearchApply_MT() 237 PetscCall(Tao_mcstep(ls, &stx, &fxm, &dgxm, &sty, &fym, &dgym, &ls->step, &fm, &dgm)); in TaoLineSearchApply_MT() 240 fy = fym + sty * dgtest; /* gradient values */ in TaoLineSearchApply_MT()
|