-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathContents.m
executable file
·44 lines (42 loc) · 1.98 KB
/
Contents.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
% SparseLab Main Directory, Version 100
%
% This is the main directory of the SparseLab package.
%
% .m files in this directory
%
% Contents.m - This file
% SparsePath.m - Sets up global variables and pathnames
%
% Subdirectories
% Documentation - System-Wide Documentation
% /About SparseLab
% /SparseLab Architecture
% Examples - Detailed examples of SparseLab finding sparse solutions
% /nnfEX - Nonnegative Factorization Example
% /reconstructionEx - Signal Reconstruction Example
% /RegEx - Regression Example
% /TFDecompEx - Time-Frequency Reconstruction Example
% Papers - Scripts for reproducing figures in published articles
% /ExtCS - figures for "Extensions of Compressed Sensing"
% /HDCPNPD - figures for "High-Dimensional Centrosymmetric
% Polytopes with Neighborliness Proportional to Dimension"
% /NPSSULE - table in "Neighborly Polytopes and Sparse
% Solutions of Underdetermined Linear Equations"
% /NRPSHD - figures for "Neighborliness of
% Randomly-Projected Simplices in High Dimensions"
% /SNSULELP - figures for "Sparse Nonnegative Solutions of
% Underdetermined Linear Equations by Linear Programming"
% Solvers - Sparse solver packages
% Tests - Simple pedagogical workouts
% Utilities - General tools for developers and users
% shell_tools - Tools for use during the SparseLab build process
%
% Copyright (c) 2006. Victoria Stodden
%
%
% Part of SparseLab Version:100
% Created Tuesday March 28, 2006
% This is Copyrighted Material
% For Copying permissions see COPYING.m
% Comments? e-mail [email protected]
%