Expand description
Hard-thresholding-based recovery: IHT, NIHT, HTP, AIHT.
Re-exports§
pub use aiht::aiht;pub use htp::htp;pub use iht::hard_threshold_k;pub use iht::iht;pub use iht::soft_threshold;pub use niht::niht;
Modules§
- aiht
- Accelerated IHT with Nesterov momentum (Blumensath 2012; momentum variant).
- htp
- Hard Thresholding Pursuit (Foucart 2011).
- iht
- Iterative Hard Thresholding (Blumensath-Davies 2008).
- niht
- Normalised IHT: adaptive step
μ = ||g_S||² / ||Φ_S g_S||²based on the current support.
Structs§
- Thresholding
Result - Result of a thresholding-based solver.