Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

Commit

Permalink
emgr v5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian committed Feb 26, 2019
1 parent 52d17a4 commit b4223a1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions testall.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,24 @@
%%% authors: Christian Himpe ( 0000-0003-2194-6754 )
%%% license: BSD-2-Clause (2019)

if(exist('OCTAVE_VERSION','builtin'))
svd_driver('gesvd');
end

RUNME

emgrtest();

moretests(1);
moretests(0);
moretests(Inf);
moretests('i');
moretests('s');
moretests('c');
moretests('r');

examples('hnm');
examples('isp');
examples('fss');
examples('nrc');
examples('rqo');
examples('lte');
examples('fbc');
examples('qso');

0 comments on commit b4223a1

Please sign in to comment.