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
Tao
solver contextb - the Hessian matrix change status boolean,
PETSC_FALSE
when the Hessian matrix does not change,PETSC_TRUE
otherwise.
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