TaoADMMSetRegHessianChangeStatus#
Set boolean that determines whether Hessian matrix of regularization subsolver changes with respect to input vector.
Synopsis#
#include "petsctao.h" 
PetscErrorCode TaoADMMSetRegHessianChangeStatus(Tao tao, PetscBool b)
Collective
Input Parameters#
- tao - the - Taosolver context
- b - the Hessian matrix change status boolean, - PETSC_FALSEwhen the Hessian matrix does not change,- PETSC_TRUEotherwise.
See Also#
Level#
advanced
Location#
Examples#
src/tao/constrained/tutorials/tomographyADMM.c
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages