Home
last modified time | relevance | path

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

/petsc/src/tao/unconstrained/impls/bmrm/
H A Dbmrm.c12 PetscReal gd, max, ak, bk, akold, bkold, lamnew, alpha, kktlam = 0.0, lam_ext; in solve() local
34 lam_ext = 0.0; in solve()
37 project(dim, a, b, tempv, l, u, x, &lam_ext, df); in solve()
58 project(dim, a, b, y, l, u, tempv, &lam_ext, df); in solve()
89 project(dim, a, b, tempv, l, u, y, &lam_ext, df); in solve()
693 …etscReal b, PetscReal *c, PetscReal *l, PetscReal *u, PetscReal *x, PetscReal *lam_ext, TAO_DF *df) in project() argument
700 *lam_ext = 0; in project()
811 *lam_ext = lambda; in project()