comparison examples/SMALL_solver_test.m @ 128:8e660fd14774 ivand_dev

Feature 186
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Mon, 13 Jun 2011 14:55:45 +0100
parents 002ec1b2ceff
children 855025f4c779
comparison
equal deleted inserted replaced
126:db5a7fe1a404 128:8e660fd14774
1 function SMALL_solver_test 1 function SMALL_solver_test
2 %% Example test of solvers from different toolboxes on Sparco problem 6 2 %% Example test of solvers from different toolboxes on Sparco problem 6
3 % 3 %
4 % The main purpose of this example is to show how to use SMALL structure 4 % The main purpose of this example is to show how to use SMALL structure
5 % to solve SPARCO compressed sensing problems (1-11) and compare results 5 % to solve SPARCO compressed sensing problems (1-11) and compare results
6 % from different solvers. 6 % from different solvers.
7 % To generate SMALL.Problem part of structure you can use generateProblem 7 % To generate SMALL.Problem part of structure you can use generateProblem