Home
last modified time | relevance | path

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

/petsc/src/tao/constrained/tutorials/
H A DtomographyADMM.c190 static PetscErrorCode HessianFull(Tao tao, Vec x, Mat H, Mat Hpre, void *ptr) in HessianFull() function
338 PetscCall(TaoSetHessian(tao, user->HF, user->HF, HessianFull, (void *)user)); in main()