diff options
| author | Gertjan van den Burg <burg@ese.eur.nl> | 2016-09-30 16:20:40 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <burg@ese.eur.nl> | 2016-09-30 16:20:40 +0200 |
| commit | 05f523e3a03ab012d772c2657f722704ab5126c3 (patch) | |
| tree | 9409546dd3f39ade54ca2d264e997971996380c3 /tests/aux | |
| parent | use atlas for optimized blas/lapack (diff) | |
| download | gensvm-05f523e3a03ab012d772c2657f722704ab5126c3.tar.gz gensvm-05f523e3a03ab012d772c2657f722704ab5126c3.zip | |
minor changes and start on test of gensvm_optimize
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'); + |
