Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
@operator | 2015-01-15 | ||
octave | 2015-01-15 | ||
private | 2015-01-15 | ||
tests | 2015-01-15 | ||
as_topy.m | 2015-01-15 | 2.7 kB | |
BPdual.m | 2015-01-15 | 24.7 kB | |
Contents.m | 2015-01-15 | 735 Bytes | |
export | 2015-01-15 | 74 Bytes | |
README | 2015-01-15 | 627 Bytes | |
README.octave | 2015-01-15 | 505 Bytes | |
spatialFilter.m | 2015-01-15 | 636 Bytes | |
as_l1l1.m | 2015-01-15 | 3.7 kB | |
as_nnls.m | 2015-01-15 | 2.6 kB | |
as_omp.m | 2015-01-15 | 8.2 kB | |
as_rwbp.m | 2015-01-15 | 7.2 kB | |
as_seqcs.m | 2015-01-15 | 7.5 kB | |
as_setparms.m | 2015-01-15 | 1.9 kB | |
as_setup.m | 2015-01-15 | 502 Bytes | |
as_bpdn.m | 2015-01-15 | 2.8 kB | |
as_ktopy.m | 2015-01-15 | 2.4 kB | |
Totals: 20 Items | 66.8 kB | 0 |
README for asp: active-set procedures for Basis Pursuit and related problems Michael Friedlander <mpf@cs.ubc.ca> Michael Saunders <saunders@stanford.edu> %----------------------------------------------------------------------- Install and test BPdual: ======================== cd <asp directory> % Put yourself in the asp directory addpath(pwd) as_setup % compiles two mex interfaces in ./private % for the heap routines used by private/l2maxline. cd tests demo_bpdn % runs BPdual on a 600 x 2560 test problem % with several values of lambda.