Research Article
On Randomized Sampling Kaczmarz Method with Application in Compressed Sensing
Algorithm 4
The randomized sparse Kaczmarz (RaSK) algorithm [
22].
| Require: x0, A, b, and l. | | Ensure: xl. | (1) | for t = 0, 1, …, l do | (2) | Generate it randomly by | (3) | Set | (4) | Set xt+1 = Sλ(xt+1/2) | (5) | end for |
|