Mercurial > hg > smallbox
comparison 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 |
comparison
equal
deleted
inserted
replaced
82:138f7f0fdcdf | 83:4302a91e6033 |
---|---|
1 function SMALL_solver_test | 1 function SMALL_solver_test |
2 % Example test of solvers from different toolboxes on Sparco compressed | 2 % Example test of solvers from different toolboxes on Sparco compressed |
3 % sensing problems | 3 % sensing problems |
4 % | 4 % |
5 % | |
6 % Centre for Digital Music, Queen Mary, University of London. | |
7 % This file copyright 2009 Ivan Damnjanovic. | |
8 % | |
9 % This program is free software; you can redistribute it and/or | |
10 % modify it under the terms of the GNU General Public License as | |
11 % published by the Free Software Foundation; either version 2 of the | |
12 % License, or (at your option) any later version. See the file | |
13 % COPYING included with this distribution for more information. | |
14 % | |
15 % The main purpose of this example is to show how to use SMALL structure | 5 % The main purpose of this example is to show how to use SMALL structure |
16 % to solve SPARCO compressed sensing problems (1-11) and compare results | 6 % to solve SPARCO compressed sensing problems (1-11) and compare results |
17 % from different solvers. | 7 % from different solvers. |
18 % To generate SMALL.Problem part of structure you can use generateProblem | 8 % To generate SMALL.Problem part of structure you can use generateProblem |
19 % function from Sparco toolbox giving the problem number and any | 9 % function from Sparco toolbox giving the problem number and any |
50 % polynomial signal" from Sparco. | 40 % polynomial signal" from Sparco. |
51 % | 41 % |
52 % | 42 % |
53 | 43 |
54 | 44 |
45 % Centre for Digital Music, Queen Mary, University of London. | |
46 % This file copyright 2009 Ivan Damnjanovic. | |
47 % | |
48 % This program is free software; you can redistribute it and/or | |
49 % modify it under the terms of the GNU General Public License as | |
50 % published by the Free Software Foundation; either version 2 of the | |
51 % License, or (at your option) any later version. See the file | |
52 % COPYING included with this distribution for more information. | |
53 %% | |
55 | 54 |
56 fprintf('\n\nExample test of SMALL solvers against their counterparts on Sparco problems.\n\n'); | 55 fprintf('\n\nExample test of SMALL solvers against their counterparts on Sparco problems.\n\n'); |
57 | 56 |
58 %% | 57 %% |
59 % Generate SPARCO problem | 58 % Generate SPARCO problem |