diff options
Diffstat (limited to 'tests/aux')
| -rw-r--r-- | tests/aux/dposvtest.m | 6 | ||||
| -rw-r--r-- | tests/aux/dsysvtest.m | 1 |
2 files changed, 1 insertions, 6 deletions
diff --git a/tests/aux/dposvtest.m b/tests/aux/dposvtest.m index 7937d6a..8292c77 100644 --- a/tests/aux/dposvtest.m +++ b/tests/aux/dposvtest.m @@ -9,12 +9,6 @@ m = 5; tmp = rand(n); A = tmp + tmp' + n*eye(n); -% Since we're testing the lower part of A, delete the upper triangel - -%idx = triu(ones(n)) - eye(n); -%idx = logical(idx); -%A(idx) = NaN; - for i=1:size(A, 1) for j=1:size(A, 2) if j >= i % only print the upper part diff --git a/tests/aux/dsysvtest.m b/tests/aux/dsysvtest.m index fb22f5c..2554eea 100644 --- a/tests/aux/dsysvtest.m +++ b/tests/aux/dsysvtest.m @@ -35,3 +35,4 @@ for i=1:numel(x) end fprintf('\n\n'); + |
