src/fb.rs

changeset 13
bdc57366d4f5
parent 8
ea3ca78873e8
child 24
d29d1fcf5423
equal deleted inserted replaced
12:861f6c033646 13:bdc57366d4f5
1 /*! 1 /*!
2 Solver for the point source localisation problem using a forward-backward splitting method. 2 Solver for the point source localisation problem using a forward-backward splitting method.
3 3
4 This corresponds to the manuscript 4 This corresponds to the manuscript
5 5
6 * Valkonen T. - _Proximal methods for point source localisation_. ARXIV TO INSERT. 6 * Valkonen T. - _Proximal methods for point source localisation_,
7 [arXiv:2212.02991](https://arxiv.org/abs/2212.02991).
7 8
8 The main routine is [`pointsource_fb`]. It is based on [`generic_pointsource_fb`], which is also 9 The main routine is [`pointsource_fb`]. It is based on [`generic_pointsource_fb`], which is also
9 used by our [primal-dual proximal splitting][crate::pdps] implementation. 10 used by our [primal-dual proximal splitting][crate::pdps] implementation.
10 11
11 FISTA-type inertia can also be enabled through [`FBConfig::meta`]. 12 FISTA-type inertia can also be enabled through [`FBConfig::meta`].

mercurial