CHANGELOG.md
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
spd_learn/__init__.py
spd_learn/init.py
spd_learn/logging.py
spd_learn/version.py
spd_learn.egg-info/PKG-INFO
spd_learn.egg-info/SOURCES.txt
spd_learn.egg-info/dependency_links.txt
spd_learn.egg-info/requires.txt
spd_learn.egg-info/top_level.txt
spd_learn/functional/__init__.py
spd_learn/functional/autograd.py
spd_learn/functional/batchnorm.py
spd_learn/functional/bilinear.py
spd_learn/functional/core.py
spd_learn/functional/covariance.py
spd_learn/functional/dropout.py
spd_learn/functional/numerical.py
spd_learn/functional/parallel_transport.py
spd_learn/functional/regularize.py
spd_learn/functional/riemannian_pgd.py
spd_learn/functional/utils.py
spd_learn/functional/wavelet.py
spd_learn/functional/metrics/__init__.py
spd_learn/functional/metrics/affine_invariant.py
spd_learn/functional/metrics/bures_wasserstein.py
spd_learn/functional/metrics/log_cholesky.py
spd_learn/functional/metrics/log_euclidean.py
spd_learn/models/__init__.py
spd_learn/models/eegspdnet.py
spd_learn/models/green.py
spd_learn/models/matt.py
spd_learn/models/phase_spdnet.py
spd_learn/models/spdnet.py
spd_learn/models/tensorcsp.py
spd_learn/models/tsmnet.py
spd_learn/modules/__init__.py
spd_learn/modules/batchnorm.py
spd_learn/modules/bilinear.py
spd_learn/modules/covariance.py
spd_learn/modules/dropout.py
spd_learn/modules/manifold.py
spd_learn/modules/modeig.py
spd_learn/modules/regularize.py
spd_learn/modules/residual.py
spd_learn/modules/utils.py
spd_learn/modules/wavelet.py
tests/test_attacks.py
tests/test_batchnorm.py
tests/test_correctness.py
tests/test_dropout.py
tests/test_functional.py
tests/test_integration.py
tests/test_models.py
tests/test_modules.py
tests/test_numerical.py
tests/test_transport.py