Home
last modified time | relevance | path

Searched refs:width1 (Results 1 – 1 of 1) sorted by relevance

/petsc/src/tao/linesearch/impls/morethuente/
H A Dmorethuente.c37 PetscReal finit, width, width1, dginit, fm, fxm, fym, dgm, dgxm, dgym; in TaoLineSearchApply_MT() local
97 width1 = width * 2.0; in TaoLineSearchApply_MT()
250 if (PetscAbsReal(sty - stx) >= 0.66 * width1) ls->step = stx + 0.5 * (sty - stx); in TaoLineSearchApply_MT()
251 width1 = width; in TaoLineSearchApply_MT()