Searched refs:GPCGObjectiveAndGradient (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/tao/quadratic/impls/gpcg/ |
| H A D | gpcg.c | 5 static PetscErrorCode GPCGObjectiveAndGradient(TaoLineSearch, Vec, PetscReal *, Vec, void *); 61 static PetscErrorCode GPCGObjectiveAndGradient(TaoLineSearch ls, Vec X, PetscReal *f, Vec G, void *… in GPCGObjectiveAndGradient() function 341 …PetscCall(TaoLineSearchSetObjectiveAndGradientRoutine(tao->linesearch, GPCGObjectiveAndGradient, t… in TaoCreate_GPCG()
|