- CCA - Computational Convex Analysis toolbox description
- bb - Lower convex envelope/convex hull, Beneath-Beyond algorithm
- fusion - [Internal function] Merge 2 increasing sequences using classical programming; used to compute the Legendre-Fenchel conjugate.
- fusionsci - [Internal function] Merge 2 increasing sequences using scilab syntax; used to compute the Legendre-Fenchel conjugate.
- lft_direct - [For comparison only] Legendre-Fenchel conjugate, direct computation
- lft_direct_d - [For comparison only] Legendre-Fenchel conjugate, direct computation on {1,...,n}
- lft_llt - Legendre-Fenchel conjugate, LLT algorithm
- lft_llt_d - Legendre-Fenchel conjugate, LLT algorithm on {1,...,n}
- me_brute2d - [For comparison only] 2D Moreau envelope, brute force computation
- me_direct - [For comparison only] Moreau envelope, direct computation
- me_direct2d - [For comparison only] 2D Moreau envelope, direct computation
- me_llt - Moreau envelope, LLT algorithm
- me_llt2d - 2D Moreau envelope, LLT algorithm
- me_nep - Moreau envelope for convex functions, NEP algorithm
- me_nep2d - 2D Moreau envelope for convex functions, NEP algorithm
- me_pe - Moreau envelope, PE algorithm
- me_pe2d - 2D Moreau envelope, PE algorithm