Home
last modified time | relevance | path

Searched refs:TaoBRGNSetRegularizerHessianRoutine (Results 1 – 8 of 8) sorted by relevance

/petsc/src/tao/leastsquares/impls/brgn/ftn-custom/
H A Dzbrgnf.c38 if (!*ierr) *ierr = TaoBRGNSetRegularizerHessianRoutine(*tao, *H, ourtaobrgnreghessroutine, ctx); in taobrgnsetregularizerhessianroutine_()
/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dtao.h19 PetscErrorCode TaoBRGNSetRegularizerHessianRoutine(PETSC_UNUSED Tao tao,PETSC_UNUSED Mat H,PETSC_UN… in TaoBRGNSetRegularizerHessianRoutine() function
/petsc/src/tao/leastsquares/tutorials/
H A Dtomography.c95 …PetscCall(TaoBRGNSetRegularizerHessianRoutine(tao, Hreg, EvaluateRegularizerHessian, (void *)&user… in main()
/petsc/include/
H A Dpetsctao.h511 PETSC_EXTERN PetscErrorCode TaoBRGNSetRegularizerHessianRoutine(Tao, Mat, PetscErrorCode (*)(Tao, V…
/petsc/src/tao/leastsquares/impls/brgn/
H A Dbrgn.c697 PetscErrorCode TaoBRGNSetRegularizerHessianRoutine(Tao tao, Mat Hreg, PetscErrorCode (*func)(Tao ta… in TaoBRGNSetRegularizerHessianRoutine() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi208 …PetscErrorCode TaoBRGNSetRegularizerHessianRoutine(PetscTAO, PetscMat, PetscTaoRegularizerHessian*…
H A DTAO.pyx1831 petsc.TaoBRGNSetRegularizerHessianRoutine
1840 … CHKERR(TaoBRGNSetRegularizerHessianRoutine(self.tao, Hmat, TAO_BRGNRegHessian, <void*>context))
/petsc/doc/manual/
H A Dtao.md2439 - `TaoBRGNSetRegularizerHessianRoutine()` - Provide user call-back