README.md
setup.py
src/cmdtools/__init__.py
src/cmdtools/utils.py
src/cmdtools.egg-info/PKG-INFO
src/cmdtools.egg-info/SOURCES.txt
src/cmdtools.egg-info/dependency_links.txt
src/cmdtools.egg-info/requires.txt
src/cmdtools.egg-info/top_level.txt
src/cmdtools/analysis/__init__.py
src/cmdtools/analysis/optimization.py
src/cmdtools/analysis/pcca.py
src/cmdtools/analysis/schur.py
src/cmdtools/estimation/__init__.py
src/cmdtools/estimation/ajc.py
src/cmdtools/estimation/diffusionmaps.py
src/cmdtools/estimation/galerkin.py
src/cmdtools/estimation/gillespie.py
src/cmdtools/estimation/newton_generator.py
src/cmdtools/estimation/picking_algorithm.py
src/cmdtools/estimation/sqra.py
src/cmdtools/estimation/voronoi.py
src/cmdtools/systems/__init__.py
src/cmdtools/systems/diffusion.py
tests/test_ajc.py
tests/test_diffusionmaps.py
tests/test_galerkin.py
tests/test_newton_generator.py
tests/test_pcca.py
tests/test_picking.py
tests/test_schur.py
tests/test_sqra.py
tests/test_systems.py
tests/test_utils.py
tests/test_voronoi.py