diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/toolboxes/alps/README	Fri Aug 12 11:17:47 2011 +0100
@@ -0,0 +1,19 @@
+This archive includes:
+
+1. ALPS folder
+2. generate_matrix.m: generates measurement matrix.
+3. generate_vector.m: generates sparse vector.
+4. Report_bibtex.tex: bibtex reference for citing.
+5. ALPSdemo.m: demo of ALPS.
+6. ALPSbenchmark_errornorm_vs_iter.m: generates figure of average error norm per iteration vs. # of iterations.
+
+ALPS folder includes:
+
+1. AlgebraicPursuit.m: "Wrapper" code.
+2. zero_ALPS.m: Implementation of 0-memory acceleration.
+3. one_ALPS.m: Implementation of 1-memory acceleration.
+4. l_ALPS.m: Implementation of l-memory acceleration.
+5. infty_ALPS.m: Implementation of infty-memory acceleration.
+6. cgsolve.m: CG algorithm created by Justin Romberg, Caltech.
+
+Please run ALPSdemo in MATLAB command line to verify installation before use.