Home
last modified time | relevance | path

Searched refs:MisfitObjectiveAndGradient (Results 1 – 1 of 1) sorted by relevance

/petsc/src/tao/constrained/tutorials/
H A DtomographyADMM.c66 PetscErrorCode MisfitObjectiveAndGradient(Tao tao, Vec X, PetscReal *f, Vec g, void *ptr) in MisfitObjectiveAndGradient() function
341 …PetscCall(TaoADMMSetMisfitObjectiveAndGradientRoutine(tao, MisfitObjectiveAndGradient, (void *)use… in main()