Searched refs:TaoLineSearchComputeObjective (Results 1 – 4 of 4) sorted by relevance
110 PETSC_EXTERN PetscErrorCode TaoLineSearchComputeObjective(TaoLineSearch, Vec, PetscReal *);
107 PetscCall(TaoLineSearchComputeObjective(ls, neP->W2, f)); in TaoLineSearchApply_GPCG()
201 PetscCall(TaoLineSearchComputeObjective(ls, armP->work, f)); in TaoLineSearchApply_Armijo()
813 PetscErrorCode TaoLineSearchComputeObjective(TaoLineSearch ls, Vec x, PetscReal *f) in TaoLineSearchComputeObjective() function