diff examples/SMALL_solver_test.m @ 83:4302a91e6033

couple of comment lines added
author Maria Jafari <maria.jafari@eecs.qmul.ac.uk>
date Fri, 01 Apr 2011 12:11:16 +0100
parents 83de4ea524df
children 002ec1b2ceff
line wrap: on
line diff
--- a/examples/SMALL_solver_test.m	Thu Mar 31 15:58:31 2011 +0100
+++ b/examples/SMALL_solver_test.m	Fri Apr 01 12:11:16 2011 +0100
@@ -2,16 +2,6 @@
 %   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.
@@ -52,6 +42,15 @@
 %
 
 
+%   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.
+%%   
 
 fprintf('\n\nExample test of SMALL solvers against their counterparts on Sparco problems.\n\n');