Skip to main content
. Author manuscript; available in PMC: 2018 Aug 9.
Published in final edited form as: Med Image Comput Comput Assist Interv. 2015 Nov 18;9349:223–230. doi: 10.1007/978-3-319-24553-9_28

Algorithm 1.

Iterative Subspace Screening

Input : A, s, .
Initialization:
1. J(0) = {. indices of the entries with the largest magnitudes in vector ATs}
2. r(0) = residual (s,AJ(0))
3. f(0) = 0
Iteration : At iterations . = 1, 2, , go through the following steps:
1. J(k) = {. indices of the non-zeros entries of f(.−1) and the entries with the largest magnitudes in vector ATr(.−1)}
2. Set f(.) = solve (s,AJ(k))
3. r(.) = residual (s,AJ(k))
4. If ‖r(.)‖>‖r(.−1)‖, quit the iteration.
Output : The solution f = f(.−1).