Skip to main content

prox_wavelet_l1

Function prox_wavelet_l1 

Source
fn prox_wavelet_l1(x: &mut [f64], plan: &WaveletPlan, th: f64)
Expand description

Wavelet-L1 proximal operator for an orthonormal transform: soft-threshold all coefficients (approximation + details) by th, in place.