comparison main/sparsersb/bin/octavebench.m @ 12622:c3df6726a661 octave-forge

changes to respond to Carnë Draug's review of sparsersb dated 20150521@18:22 (ticket #172).
author michelemartone
date Fri, 29 May 2015 21:12:32 +0000
parents 556f3ef6a343
children
comparison
equal deleted inserted replaced
12621:1e2a304857c5 12622:c3df6726a661
1 #!/usr/bin/octave -q 1 #!/usr/bin/octave -q
2 #
3 # Copyright (C) 2011-2015 Michele Martone <michelemartone _AT_ users.sourceforge.net>
4 #
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, see <http://www.gnu.org/licenses/>.
17 #
2 1; # This is a script 18 1; # This is a script
3 # a benchmark program for octave/matlab 19 # a benchmark program for octave/matlab
4 # TODO: fix output format 20 # TODO: fix output format
5 # TODO: correct symmetric / hermitian matrices handling 21 # TODO: correct symmetric / hermitian matrices handling
6 # TODO: sound, time-and-runs-based benchmarking criteria 22 # TODO: sound, time-and-runs-based benchmarking criteria