comparison main/sparsersb/inst/sparsersbbench.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 # TODO: document this file's functions so they get installed and are properly usable. 18 # TODO: document this file's functions so they get installed and are properly usable.
3 # TODO: sprand should not be used in a consistent way 19 # TODO: sprand should not be used in a consistent way
4 20
5 1; # This is a script. 21 1; # This is a script.
6 22