:orphan: # TaoBRGNSetL1SmoothEpsilon Set the L1-norm smooth approximation parameter for L1-regularized least-squares algorithm ## Synopsis ``` #include "petsctao.h" PetscErrorCode TaoBRGNSetL1SmoothEpsilon(Tao tao, PetscReal epsilon) ``` Collective ## Input Parameters - ***tao -*** the `Tao` solver context - ***epsilon -*** L1-norm smooth approximation parameter ## See Also `Tao`, `Mat`, `TAOBRGN` ## Level advanced ## Location src/tao/leastsquares/impls/brgn/brgn.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/tao/leastsquares/impls/brgn/brgn.c) [Index of all Tao routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)