PETSc version 3.15.5
TaoADMMSetConstraintVectorRHS
Set the RHS constraint vector for ADMM 
Synopsis
#include "petsctao.h" 
PetscErrorCode TaoADMMSetConstraintVectorRHS(Tao tao, Vec c)
Collective on Tao
Input Parameters
|  | tao | - the Tao solver context | 
|  | c | - RHS vector | 
See Also
 TAOADMM
Level
advanced
Location
src/tao/constrained/impls/admm/admm.c
Examples
src/tao/constrained/tutorials/tomographyADMM.c.html
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages