Skip to content
Snippets Groups Projects
Commit 62ad6266 authored by Stéphane Adjemian's avatar Stéphane Adjemian Committed by Sébastien Villemot
Browse files

Reduced the dimension of the problem in the unitary test for cycle_reduction...

Reduced the dimension of the problem in the unitary test for cycle_reduction and logarithmic_reduction routines.
(cherry picked from commit 32e162ec)
parent 9158fe02
Branches
Tags
No related merge requests found
......@@ -116,7 +116,7 @@ end
%$ t = zeros(3,1);
%$
%$ % Set the dimension of the problem to be solved.
%$ n = 2000;
%$ n = 500;
%$
%$ % Set the equation to be solved
%$ A = eye(n);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment