README.md
setup.py
geomstats/__about__.py
geomstats/__init__.py
geomstats/connection.py
geomstats/discretized_curves_space.py
geomstats/embedded_manifold.py
geomstats/euclidean_space.py
geomstats/general_linear_group.py
geomstats/hyperbolic_space.py
geomstats/hypersphere.py
geomstats/invariant_metric.py
geomstats/lie_group.py
geomstats/manifold.py
geomstats/matrices_space.py
geomstats/minkowski_space.py
geomstats/riemannian_metric.py
geomstats/spd_matrices_space.py
geomstats/special_euclidean_group.py
geomstats/special_orthogonal_group.py
geomstats/stiefel.py
geomstats/tests.py
geomstats/visualization.py
geomstats.egg-info/PKG-INFO
geomstats.egg-info/SOURCES.txt
geomstats.egg-info/dependency_links.txt
geomstats.egg-info/not-zip-safe
geomstats.egg-info/requires.txt
geomstats.egg-info/top_level.txt
geomstats/backend/__init__.py
geomstats/backend/common.py
geomstats/backend/numpy.py
geomstats/backend/numpy_linalg.py
geomstats/backend/numpy_random.py
geomstats/backend/numpy_testing.py
geomstats/backend/pytorch.py
geomstats/backend/pytorch_linalg.py
geomstats/backend/pytorch_random.py
geomstats/backend/pytorch_testing.py
geomstats/backend/tensorflow.py
geomstats/backend/tensorflow_linalg.py
geomstats/backend/tensorflow_random.py
geomstats/backend/tensorflow_testing.py
geomstats/learning/__init__.py
geomstats/learning/_template.py
geomstats/learning/mean_shift.py
geomstats/learning/pca.py
tests/__init__.py
tests/helper.py
tests/test_backend_numpy.py
tests/test_backend_tensorflow.py
tests/test_common.py
tests/test_connection.py
tests/test_discretized_curves_space.py
tests/test_euclidean_space.py
tests/test_examples.py
tests/test_general_linear_group.py
tests/test_hyperbolic_space.py
tests/test_hypersphere.py
tests/test_invariant_metric.py
tests/test_lie_group.py
tests/test_manifold.py
tests/test_matrices_space.py
tests/test_minkowski_space.py
tests/test_pca.py
tests/test_spd_matrices_space.py
tests/test_special_euclidean_group.py
tests/test_special_orthogonal_group.py
tests/test_stiefel.py
tests/test_template.py
tests/test_visualization.py