Home
last modified time | relevance | path

Searched refs:TaoGetLineSearch (Results 1 – 5 of 5) sorted by relevance

/petsc/include/
H A Dpetsctao.h439 PETSC_EXTERN PetscErrorCode TaoGetLineSearch(Tao, TaoLineSearch *);
/petsc/src/tao/leastsquares/impls/brgn/
H A Dbrgn.c365 PetscCall(TaoGetLineSearch(gn->subsolver, &ls)); in TaoSetFromOptions_BRGN()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi199 PetscErrorCode TaoGetLineSearch(PetscTAO, PetscTAOLineSearch*)
H A DTAO.pyx1980 petsc.TaoGetLineSearch
1984 CHKERR(TaoGetLineSearch(self.tao, &ls.taols))
/petsc/src/tao/interface/
H A Dtaosolver.c1338 PetscErrorCode TaoGetLineSearch(Tao tao, TaoLineSearch *ls) in TaoGetLineSearch() function