Home
last modified time | relevance | path

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

/petsc/src/tao/tutorials/
H A Dex4.c457 static PetscErrorCode HessianComplete(Tao tao, Vec x, Mat H, Mat Hpre, PetscCtx ctx) in HessianComplete() function
619 PetscCall(TaoSetHessian(tao, H, H, HessianComplete, (void *)ctx)); in main()