Home
last modified time | relevance | path

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

/petsc/src/tao/bound/utils/
H A Disutil.c184 PetscErrorCode TaoEstimateActiveBounds(Vec X, Vec XL, Vec XU, Vec G, Vec S, Vec W, PetscReal steple… in TaoEstimateActiveBounds() function
/petsc/include/
H A Dpetsctao.h554 PETSC_EXTERN PetscErrorCode TaoEstimateActiveBounds(Vec, Vec, Vec, Vec, Vec, Vec, PetscReal, PetscR…
/petsc/src/tao/bound/impls/bncg/
H A Dbncg.c34 …PetscCall(TaoEstimateActiveBounds(tao->solution, tao->XL, tao->XU, cg->unprojected_gradient, cg->W… in TaoBNCGEstimateActiveSet()
/petsc/src/tao/bound/impls/bnk/
H A Dbnk.c332 …PetscCall(TaoEstimateActiveBounds(tao->solution, tao->XL, tao->XU, bnk->unprojected_gradient, bnk-… in TaoBNKEstimateActiveSet()