Searched refs:TaoSoftThreshold (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/tao/tutorials/ |
| H A D | ex4.c | 515 PetscCall(TaoSoftThreshold(temp, -ctx->alpha / mu, ctx->alpha / mu, z)); in TaoSolveADMM() 632 if (ctx->soft) PetscCall(TaoSoftThreshold(x, 0., 0., x)); in main()
|
| /petsc/src/tao/constrained/tutorials/ |
| H A D | tomographyADMM.c | 60 PetscCall(TaoSoftThreshold(work, -lambda / mu, lambda / mu, out)); in TaoShellSolve_SoftThreshold()
|
| /petsc/src/tao/util/ |
| H A D | tao_util.c | 513 PetscErrorCode TaoSoftThreshold(Vec in, PetscReal lb, PetscReal ub, Vec out) in TaoSoftThreshold() function
|
| /petsc/include/ |
| H A D | petsctao.h | 8 PETSC_EXTERN PetscErrorCode TaoSoftThreshold(Vec, PetscReal, PetscReal, Vec);
|
| /petsc/src/tao/constrained/impls/admm/ |
| H A D | admm.c | 426 …PetscCall(TaoSoftThreshold(am->workJacobianRight, -am->lambda / am->mu, am->lambda / am->mu, am->s… in TaoSolve_ADMM()
|