Home
last modified time | relevance | path

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

/petsc/src/tao/leastsquares/impls/brgn/
H A Dbrgn.c230 gn->parent->nhess = tao->nhess; in GNHookFunction()
338 tao->nhess = gn->subsolver->nhess; in TaoSolve_BRGN()
/petsc/include/petsc/private/
H A Dtaoimpl.h122 PetscInt nhess; member
/petsc/src/tao/interface/
H A Dtaosolver.c689 …if (tao->nhess > 0) PetscCall(PetscViewerASCIIPrintf(viewer, "total number of Hessian evaluations=… in TaoView()
1426 tao->nhess = 0; in TaoResetStatistics()
H A Dtaosolver_hj.c258 ++tao->nhess; in TaoComputeHessian()
/petsc/src/tao/bound/impls/bnk/
H A Dbnk.c384 tao->nhess += bnk->bncg->nhess; in TaoBNKTakeCGSteps()