comparison examples/SMALL_solver_test.m @ 127:6f78b069e541

Merge from branch "ivand_dev" after issues 158, 159, 163 resolved
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Wed, 25 May 2011 15:34:37 +0100
parents 002ec1b2ceff
children 8e660fd14774
comparison
equal deleted inserted replaced
109:9793ce00d729 127:6f78b069e541
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 problem 6
3 % sensing problems
4 % 3 %
5 % 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
6 % to solve SPARCO compressed sensing problems (1-11) and compare results 5 % to solve SPARCO compressed sensing problems (1-11) and compare results
7 % from different solvers. 6 % from different solvers.
8 % To generate SMALL.Problem part of structure you can use generateProblem 7 % To generate SMALL.Problem part of structure you can use generateProblem