We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fd7d0 commit 040ef13Copy full SHA for 040ef13
EXcodes/EXinvinterp2_cgls.m
@@ -25,7 +25,7 @@
25
bn = PRnoise(b, NoiseLevel);
26
27
% Compute a standard CGLS solution.
28
-K = 1:200;
+K = 1:4;
29
options = IRset('x_true', x, 'NoStop', 'on');
30
[X1, IterInfo1] = IRcgls(A, bn, K, options);
31
0 commit comments