Mercurial > hg > smallbox
diff examples/SMALL_solver_test.m @ 25:cbf3521c25eb
(none)
author | idamnjanovic |
---|---|
date | Tue, 27 Apr 2010 13:33:13 +0000 |
parents | ce03373b3761 |
children | 83de4ea524df |
line wrap: on
line diff
--- a/examples/SMALL_solver_test.m Tue Apr 27 13:33:00 2010 +0000 +++ b/examples/SMALL_solver_test.m Tue Apr 27 13:33:13 2010 +0000 @@ -2,6 +2,16 @@ % Example test of solvers from different toolboxes on Sparco compressed % sensing problems % +% +% Centre for Digital Music, Queen Mary, University of London. +% This file copyright 2009 Ivan Damnjanovic. +% +% This program is free software; you can redistribute it and/or +% modify it under the terms of the GNU General Public License as +% published by the Free Software Foundation; either version 2 of the +% License, or (at your option) any later version. See the file +% COPYING included with this distribution for more information. +% % The main purpose of this example is to show how to use SMALL structure % to solve SPARCO compressed sensing problems (1-11) and compare results % from different solvers. @@ -40,11 +50,8 @@ % polynomial signal" from Sparco. % % -% Ivan Damnjanovic 2009% -% -% SPARCO Copyright 2008, Ewout van den Berg and Michael P. Friedlander -% http://www.cs.ubc.ca/labs/scl/sparco -% $Id: exGPSR.m 1040 2008-06-26 20:29:02Z ewout78 $ + + fprintf('\n\nExample test of SMALL solvers against their counterparts on Sparco problems.\n\n');