Home
last modified time | relevance | path

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

/petsc/src/tao/bound/impls/bnk/
H A Dbnls.c134 PetscCall(TaoBNKPerformLineSearch(tao, &stepType, &steplen, &ls_reason)); in TaoSolve_BNLS()
H A Dbnk.h248 PETSC_INTERN PetscErrorCode TaoBNKPerformLineSearch(Tao, PetscInt *, PetscReal *, TaoLineSearchConv…
H A Dbntl.c191 PetscCall(TaoBNKPerformLineSearch(tao, &stepType, &steplen, &ls_reason)); in TaoSolve_BNTL()
H A Dbnk.c690 PetscErrorCode TaoBNKPerformLineSearch(Tao tao, PetscInt *stepType, PetscReal *steplen, TaoLineSear… in TaoBNKPerformLineSearch() function