LICENSE
README.rst
pyproject.toml
docs/conf.py
examples/demo_cheby_coeffs.py
examples/demo_cheby_convolve_1.py
examples/demo_cheby_convolve_2.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_inpainting.py
examples/demo_plot.py
examples/demo_recon.py
examples/demo_single_file.py
examples/demo_vf.py
sgwt/__init__.py
sgwt/chebyconv.py
sgwt/cholconv.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/klu/__init__.py
sgwt/klu/structs.py
sgwt/klu/wrapper.py
sgwt/library/DELAY/EASTWEST_DELAY.mat
sgwt/library/DELAY/HAWAII_DELAY.mat
sgwt/library/DELAY/TEXAS_DELAY.mat
sgwt/library/DELAY/USA_DELAY.mat
sgwt/library/DELAY/WECC_DELAY.mat
sgwt/library/IMPEDANCE/EASTWEST_IMPEDANCE.mat
sgwt/library/IMPEDANCE/HAWAII_IMPEDANCE.mat
sgwt/library/IMPEDANCE/TEXAS_IMPEDANCE.mat
sgwt/library/IMPEDANCE/USA_IMPEDANCE.mat
sgwt/library/IMPEDANCE/WECC_IMPEDANCE.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_LENGTH.mat
sgwt/library/LENGTH/HAWAII_LENGTH.mat
sgwt/library/LENGTH/TEXAS_LENGTH.mat
sgwt/library/LENGTH/USA_LENGTH.mat
sgwt/library/LENGTH/WECC_LENGTH.mat
sgwt/library/SIGNALS/EASTWEST_COORDS.mat
sgwt/library/SIGNALS/HAWAII_COORDS.mat
sgwt/library/SIGNALS/TEXAS_COORDS.mat
sgwt/library/SIGNALS/USA_COORDS.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_util.py