Home
last modified time | relevance | path

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

/petsc/src/tao/linesearch/impls/unit/ !
H A Dunit.c20 PetscCall(TaoLineSearchComputeObjectiveAndGradient(ls, x, f, g)); in TaoLineSearchApply_Unit()
/petsc/include/ !
H A Dpetsctaolinesearch.h112 PETSC_EXTERN PetscErrorCode TaoLineSearchComputeObjectiveAndGradient(TaoLineSearch, Vec, PetscReal …
/petsc/src/tao/complementarity/impls/ssls/ !
H A Dssils.c55 …PetscCall(TaoLineSearchComputeObjectiveAndGradient(tao->linesearch, tao->solution, &psi, ssls->dps… in TaoSolve_SSILS()
H A Dssfls.c42 …PetscCall(TaoLineSearchComputeObjectiveAndGradient(tao->linesearch, tao->solution, &psi, ssls->dps… in TaoSolve_SSFLS()
/petsc/src/tao/linesearch/impls/gpcglinesearch/ !
H A Dgpcglinesearch.c113 PetscCall(TaoLineSearchComputeObjectiveAndGradient(ls, neP->W2, f, g)); in TaoLineSearchApply_GPCG()
/petsc/src/tao/linesearch/impls/armijo/ !
H A Darmijo.c207 PetscCall(TaoLineSearchComputeObjectiveAndGradient(ls, armP->work, f, g)); in TaoLineSearchApply_Armijo()
/petsc/src/tao/linesearch/impls/owarmijo/ !
H A Dowarmijo.c233 PetscCall(TaoLineSearchComputeObjectiveAndGradient(ls, armP->work, f, g)); in TaoLineSearchApply_OWArmijo()
/petsc/src/tao/complementarity/impls/asls/ !
H A Dasils.c128 …PetscCall(TaoLineSearchComputeObjectiveAndGradient(tao->linesearch, tao->solution, &psi, asls->dps… in TaoSolve_ASILS()
H A Dasfls.c131 …PetscCall(TaoLineSearchComputeObjectiveAndGradient(tao->linesearch, tao->solution, &psi, asls->dps… in TaoSolve_ASFLS()
/petsc/src/tao/linesearch/impls/morethuente/ !
H A Dmorethuente.c147 PetscCall(TaoLineSearchComputeObjectiveAndGradient(ls, mt->work, f, g)); in TaoLineSearchApply_MT()
/petsc/src/tao/linesearch/interface/ !
H A Dtaolinesearch.c861 PetscErrorCode TaoLineSearchComputeObjectiveAndGradient(TaoLineSearch ls, Vec x, PetscReal *f, Vec … in TaoLineSearchComputeObjectiveAndGradient() function