comparison examples/SMALL_solver_test.m @ 129:5a6cef81227e

Merge from branch "ivand_dev"
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Mon, 13 Jun 2011 14:58:00 +0100
parents 8e660fd14774
children 855025f4c779
comparison
equal deleted inserted replaced
127:6f78b069e541 129:5a6cef81227e
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