LICENSE
README.rst
pyproject.toml
docs/conf.py
examples/benchmark_utils.py
examples/demo_benchmark_a.py
examples/demo_benchmark_b.py
examples/demo_benchmark_c.py
examples/demo_benchmark_d.py
examples/demo_cheby_coeffs.py
examples/demo_cheby_convolve_1.py
examples/demo_cheby_time.py
examples/demo_dynamic_stream.py
examples/demo_dynamic_time.py
examples/demo_dynamic_topology.py
examples/demo_filters_1.py
examples/demo_filters_2.py
examples/demo_filters_3.py
examples/demo_filters_4.py
examples/demo_filters_5.py
examples/demo_filters_6.py
examples/demo_filters_7.py
examples/demo_filters_8.py
examples/demo_inpainting.py
examples/demo_mesh_all.py
examples/demo_mesh_brain.py
examples/demo_mesh_bunny.py
examples/demo_mesh_engine.py
examples/demo_mesh_horse.py
examples/demo_mesh_plot.py
examples/demo_plot.py
examples/demo_recon.py
examples/demo_sgma_1.py
examples/demo_sgma_1b.py
examples/demo_sgma_2.py
examples/demo_sgma_3.py
examples/demo_single_file.py
examples/demo_smooth_brain.py
examples/demo_utils.py
examples/demo_vf.py
sgwt/__init__.py
sgwt/chebyconv.py
sgwt/cholconv.py
sgwt/sgma.py
sgwt/util.py
sgwt.egg-info/PKG-INFO
sgwt.egg-info/SOURCES.txt
sgwt.egg-info/dependency_links.txt
sgwt.egg-info/requires.txt
sgwt.egg-info/top_level.txt
sgwt/cholesky/__init__.py
sgwt/cholesky/structs.py
sgwt/cholesky/wrapper.py
sgwt/functions/__init__.py
sgwt/functions/analytical.py
sgwt/functions/cwt.py
sgwt/klu/__init__.py
sgwt/klu/structs.py
sgwt/klu/wrapper.py
sgwt/library/DELAY/EAST.mat
sgwt/library/DELAY/EASTWEST.mat
sgwt/library/DELAY/HAWAII.mat
sgwt/library/DELAY/NEISO.mat
sgwt/library/DELAY/TEXAS.mat
sgwt/library/DELAY/USA.mat
sgwt/library/DELAY/WECC.mat
sgwt/library/IMPEDANCE/EASTWEST.mat
sgwt/library/IMPEDANCE/HAWAII.mat
sgwt/library/IMPEDANCE/TEXAS.mat
sgwt/library/IMPEDANCE/USA.mat
sgwt/library/IMPEDANCE/WECC.mat
sgwt/library/KERNELS/GAUSSIAN_WAV.json
sgwt/library/KERNELS/MEXICAN_HAT.json
sgwt/library/KERNELS/MODIFIED_MORLET.json
sgwt/library/KERNELS/SHANNON.json
sgwt/library/LENGTH/EASTWEST.mat
sgwt/library/LENGTH/HAWAII.mat
sgwt/library/LENGTH/NEISO.mat
sgwt/library/LENGTH/TEXAS.mat
sgwt/library/LENGTH/USA.mat
sgwt/library/LENGTH/WECC.mat
sgwt/library/MESH/BUNNY.ply
sgwt/library/MESH/HORSE.ply
sgwt/library/MESH/LBRAIN.ply
sgwt/library/MESH/RBRAIN.ply
sgwt/library/SIGNALS/EASTWEST.mat
sgwt/library/SIGNALS/HAWAII.mat
sgwt/library/SIGNALS/TEXAS.mat
sgwt/library/SIGNALS/USA.mat
sgwt/library/dll/amd.dll
sgwt/library/dll/btf.dll
sgwt/library/dll/camd.dll
sgwt/library/dll/ccolamd.dll
sgwt/library/dll/cholmod.dll
sgwt/library/dll/colamd.dll
sgwt/library/dll/klu.dll
sgwt/library/dll/klu_cholmod.dll
sgwt/library/dll/suitesparseconfig.dll
sgwt/tests/__init__.py
sgwt/tests/conftest.py
sgwt/tests/test_chebyshev.py
sgwt/tests/test_cholconv.py
sgwt/tests/test_functions.py
sgwt/tests/test_performance.py
sgwt/tests/test_sgma.py
sgwt/tests/test_util.py