Home
last modified time | relevance | path

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

/petsc/src/tao/util/
H A Dtao_util.c483 static inline PetscReal ST_InternalPP(PetscScalar in, PetscReal lb, PetscReal ub) in ST_InternalPP() function
535 for (i = 0; i < nlocal; i++) outarray[i] = ST_InternalPP(inarray[i], lb, ub); in TaoSoftThreshold()