Searched refs:TaoDefaultComputeHessian (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/tao/interface/ |
| H A D | fdiff.c | 113 PetscErrorCode TaoDefaultComputeHessian(Tao tao, Vec V, Mat H, Mat B, void *dummy) in TaoDefaultComputeHessian() function
|
| H A D | taosolver_hj.c | 149 PetscCall(TaoDefaultComputeHessian(tao, x, B, B, NULL)); in TaoTestHessian()
|
| H A D | taosolver.c | 547 PetscCall(TaoSetHessian(tao, H, H, TaoDefaultComputeHessian, NULL)); in TaoSetFromOptions()
|
| /petsc/include/ |
| H A D | petsctao.h | 396 PETSC_EXTERN PetscErrorCode TaoDefaultComputeHessian(Tao, Vec, Mat, Mat, PetscCtx);
|
| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | minsurf2.c | 113 PetscCall(TaoSetHessian(tao, user.H, user.H, TaoDefaultComputeHessian, (void *)NULL)); in main()
|
| /petsc/doc/manual/ |
| H A D | tao.md | 381 TaoDefaultComputeHessian(Tao, Vec, Mat, Mat, PetscCtx);
|