-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Least_square_direct: cache input instead
When computing `prox_L2(v)`, don't cache the Fourier-transformed signal `v`, cache the Fourier-transformed raw image `b` of the L2-norm `|| x - b ||_2^2`.
- Loading branch information
1 parent
d114511
commit 8eeb8bd
Showing
2 changed files
with
48 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters