.version
LICENSE
MANIFEST.in
README.md
makefile
setup.cfg
setup.py
doc/algorithms.rst
doc/architecture.rst
doc/classes.rst
doc/conf.py
doc/examples.rst
doc/expansion.rst
doc/index.rst
doc/inspection.rst
doc/references.rst
doc/releases.rst
doc/_static/custom.css
doc/_static/gfx/logo_favicon.png
doc/_static/gfx/logo_long.png
doc/_static/gfx/logo_short.png
doc/algorithms/Algorithm.rst
doc/algorithms/FISTA.rst
doc/algorithms/ISTA.rst
doc/algorithms/OMP.rst
doc/algorithms/STELA.rst
doc/architecture/algorithms.rst
doc/architecture/calibration.rst
doc/architecture/capi.rst
doc/architecture/classes.rst
doc/architecture/scipy.rst
doc/architecture/strides.rst
doc/architecture/types.rst
doc/classes/BlockDiag.rst
doc/classes/Blocks.rst
doc/classes/Circulant.rst
doc/classes/Diag.rst
doc/classes/DiagBlocks.rst
doc/classes/Eye.rst
doc/classes/Fourier.rst
doc/classes/Hadamard.rst
doc/classes/Kron.rst
doc/classes/LSFRCirculant.rst
doc/classes/LowRank.rst
doc/classes/Matrix.rst
doc/classes/Outer.rst
doc/classes/Parametric.rst
doc/classes/Partial.rst
doc/classes/Permutation.rst
doc/classes/Polynomial.rst
doc/classes/Product.rst
doc/classes/Sparse.rst
doc/classes/Sum.rst
doc/classes/Toeplitz.rst
doc/classes/Transpose.rst
doc/classes/Zero.rst
doc/examples/compressed-sensing.py
doc/examples/compressed-sensing.rst
doc/examples/scipy-linear-operator.rst
doc/examples/example_scripts/cs_example.py
doc/expansion/implement.rst
doc/expansion/optimize.rst
doc/inspection/benchmark.rst
doc/inspection/test.rst
fastmat/BlockDiag.pxd
fastmat/BlockDiag.pyx
fastmat/Blocks.pxd
fastmat/Blocks.pyx
fastmat/Circulant.pxd
fastmat/Circulant.pyx
fastmat/Diag.pxd
fastmat/Diag.pyx
fastmat/DiagBlocks.pxd
fastmat/DiagBlocks.pyx
fastmat/Eye.pxd
fastmat/Eye.pyx
fastmat/Fourier.pxd
fastmat/Fourier.pyx
fastmat/Hadamard.pxd
fastmat/Hadamard.pyx
fastmat/Kron.pxd
fastmat/Kron.pyx
fastmat/LFSRCirculant.pxd
fastmat/LFSRCirculant.pyx
fastmat/LowRank.pxd
fastmat/LowRank.pyx
fastmat/Matrix.pxd
fastmat/Matrix.pyx
fastmat/Outer.pxd
fastmat/Outer.pyx
fastmat/Parametric.pxd
fastmat/Parametric.pyx
fastmat/Partial.pxd
fastmat/Partial.pyx
fastmat/Permutation.pxd
fastmat/Permutation.pyx
fastmat/Polynomial.pxd
fastmat/Polynomial.pyx
fastmat/Product.pxd
fastmat/Product.pyx
fastmat/Sparse.pxd
fastmat/Sparse.pyx
fastmat/Sum.pxd
fastmat/Sum.pyx
fastmat/Toeplitz.pxd
fastmat/Toeplitz.pyx
fastmat/Zero.pxd
fastmat/Zero.pyx
fastmat/__init__.py
fastmat/version.py
fastmat.egg-info/PKG-INFO
fastmat.egg-info/SOURCES.txt
fastmat.egg-info/dependency_links.txt
fastmat.egg-info/top_level.txt
fastmat/algorithms/Algorithm.pxd
fastmat/algorithms/Algorithm.pyx
fastmat/algorithms/FISTA.py
fastmat/algorithms/ISTA.py
fastmat/algorithms/OMP.pxd
fastmat/algorithms/OMP.pyx
fastmat/algorithms/STELA.py
fastmat/algorithms/__init__.py
fastmat/core/__init__.py
fastmat/core/calibration.py
fastmat/core/cmath.pxd
fastmat/core/cmath.pyx
fastmat/core/resource.py
fastmat/core/strides.pxd
fastmat/core/strides.pyx
fastmat/core/types.h
fastmat/core/types.pxd
fastmat/core/types.pyx
fastmat/inspect/__init__.py
fastmat/inspect/benchmark.py
fastmat/inspect/common.py
fastmat/inspect/test.py