Skip to content

Commit 040ef13

Browse files
Add files via upload
Modified the maximum number of iterations of each solver.
1 parent b3fd7d0 commit 040ef13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EXcodes/EXinvinterp2_cgls.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
bn = PRnoise(b, NoiseLevel);
2626

2727
% Compute a standard CGLS solution.
28-
K = 1:200;
28+
K = 1:4;
2929
options = IRset('x_true', x, 'NoStop', 'on');
3030
[X1, IterInfo1] = IRcgls(A, bn, K, options);
3131

0 commit comments

Comments
 (0)