#include "petsctao.h" PetscErrorCode TaoADMMSetRegularizerConstraintJacobian(Tao tao, Mat J, Mat Jpre, PetscErrorCode (*func)(Tao, Vec, Mat, Mat, void*), void *ctx)Collective on Tao
tao | - the Tao solver context | |
J | - user-created regularizer constraint Jacobian matrix | |
Jpre | - user-created regularizer Jacobian constraint preconditioner matrix | |
func | - function pointer for the regularizer constraint Jacobian update function | |
ctx | - user context for the regularizer Hessian |