Searched refs:TaoEstimateActiveBounds (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/tao/bound/utils/ |
| H A D | isutil.c | 184 PetscErrorCode TaoEstimateActiveBounds(Vec X, Vec XL, Vec XU, Vec G, Vec S, Vec W, PetscReal steple… in TaoEstimateActiveBounds() function
|
| /petsc/include/ |
| H A D | petsctao.h | 554 PETSC_EXTERN PetscErrorCode TaoEstimateActiveBounds(Vec, Vec, Vec, Vec, Vec, Vec, PetscReal, PetscR…
|
| /petsc/src/tao/bound/impls/bncg/ |
| H A D | bncg.c | 34 …PetscCall(TaoEstimateActiveBounds(tao->solution, tao->XL, tao->XU, cg->unprojected_gradient, cg->W… in TaoBNCGEstimateActiveSet()
|
| /petsc/src/tao/bound/impls/bnk/ |
| H A D | bnk.c | 332 …PetscCall(TaoEstimateActiveBounds(tao->solution, tao->XL, tao->XU, bnk->unprojected_gradient, bnk-… in TaoBNKEstimateActiveSet()
|