Skip to content

Commit

Permalink
prox_tv1d.m corrected (found an error based on implementing Condat al…
Browse files Browse the repository at this point in the history
…gorithm from a preprint; in version published by IEEE it has been corrected)
  • Loading branch information
rajmic committed Dec 18, 2015
1 parent b8b305c commit 429ceba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prox/prox_tv1d.m
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
else
% c2)
if umax > 0
for jj = k0:kminus
for jj = k0:kplus
sol(jj,ii) = vmax;
end
k = kplus + 1; k0 = kplus + 1; kplus = kplus + 1;
Expand Down

0 comments on commit 429ceba

Please sign in to comment.