Mercurial > hg > smallbox
comparison toolboxes/alps/README @ 154:0de08f68256b ivand_dev
ALPS toolbox - Algebraic Pursuit added to smallbox
author | Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk> |
---|---|
date | Fri, 12 Aug 2011 11:17:47 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
153:af307f247ac7 | 154:0de08f68256b |
---|---|
1 This archive includes: | |
2 | |
3 1. ALPS folder | |
4 2. generate_matrix.m: generates measurement matrix. | |
5 3. generate_vector.m: generates sparse vector. | |
6 4. Report_bibtex.tex: bibtex reference for citing. | |
7 5. ALPSdemo.m: demo of ALPS. | |
8 6. ALPSbenchmark_errornorm_vs_iter.m: generates figure of average error norm per iteration vs. # of iterations. | |
9 | |
10 ALPS folder includes: | |
11 | |
12 1. AlgebraicPursuit.m: "Wrapper" code. | |
13 2. zero_ALPS.m: Implementation of 0-memory acceleration. | |
14 3. one_ALPS.m: Implementation of 1-memory acceleration. | |
15 4. l_ALPS.m: Implementation of l-memory acceleration. | |
16 5. infty_ALPS.m: Implementation of infty-memory acceleration. | |
17 6. cgsolve.m: CG algorithm created by Justin Romberg, Caltech. | |
18 | |
19 Please run ALPSdemo in MATLAB command line to verify installation before use. |