Skip to content

Commit 56a86d4

Browse files
authored
Add files via upload
1 parent 218b5f1 commit 56a86d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_AccAltProj.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121

2222
D = L_true + S_true;
2323

24-
%% RieAltProj without trim,, using all default parameters
24+
%% AccAltProj without trim,, using all default parameters
2525
[L1, S1] = AccAltProj( D, r, '' );
2626
L1_err = norm(L1-L_true,'fro')/norm(L_true,'fro')
2727

2828

29-
%% RieAltProj with trim
29+
%% AccAltProj with trim
3030
para.mu = 1.1*get_mu_kappa(L_true,r);
3131
para.beta_init = r*sqrt(para.mu(1)*para.mu(end))/(sqrt(m*n));
3232
para.beta = r*sqrt(para.mu(1)*para.mu(end))/(4*sqrt(m*n));

0 commit comments

Comments
 (0)