.conda_env.yml
.envrc
.gitignore
.readthedocs.yaml
LICENSE
README.md
black.toml
changelog.md
makefile
pytest.ini
setup.cfg
setup.py
.github/workflows/lint-black.yaml
.github/workflows/lint-darglint.yaml
.github/workflows/lint-flake8.yaml
.github/workflows/lint-isort.yaml
.github/workflows/lint-pydocstyle.yaml
.github/workflows/python-publish.yml
.github/workflows/test.yaml
curvlinops/__init__.py
curvlinops/_base.py
curvlinops/fisher.py
curvlinops/ggn.py
curvlinops/gradient_moments.py
curvlinops/hessian.py
curvlinops/inverse.py
curvlinops/outer.py
curvlinops/examples/__init__.py
curvlinops/examples/functorch.py
curvlinops/examples/utils.py
curvlinops/papyan2020traces/__init__.py
curvlinops/papyan2020traces/spectrum.py
curvlinops_for_pytorch.egg-info/PKG-INFO
curvlinops_for_pytorch.egg-info/SOURCES.txt
curvlinops_for_pytorch.egg-info/dependency_links.txt
curvlinops_for_pytorch.egg-info/not-zip-safe
curvlinops_for_pytorch.egg-info/requires.txt
curvlinops_for_pytorch.egg-info/top_level.txt
docs/examples/basic_usage/README.rst
docs/examples/basic_usage/example_eigenvalues.py
docs/examples/basic_usage/example_fisher_monte_carlo.py
docs/examples/basic_usage/example_inverses.py
docs/examples/basic_usage/example_matrix_vector_products.py
docs/examples/basic_usage/example_verification_spectral_density.py
docs/examples/basic_usage/example_visual_tour.py
docs/rtd/.gitignore
docs/rtd/Makefile
docs/rtd/conf.py
docs/rtd/index.rst
docs/rtd/linops.rst
docs/rtd/make.bat
docs/rtd/usage.rst
docs/rtd/assets/.gitignore
docs/rtd/assets/convert.sh
docs/rtd/assets/logo.pdf
docs/rtd/assets/logo.png
docs/rtd/assets/logo.svg
docs/rtd/assets/logo.tex
docs/rtd/assets/scipy.pdf
docs/rtd/assets/torch.pdf
test/__init__.py
test/cases.py
test/conftest.py
test/test__base.py
test/test_fisher.py
test/test_ggn.py
test/test_gradient_moments.py
test/test_hessian.py
test/test_inverse.py
test/utils.py
test/papyan2020traces/__init__.py
test/papyan2020traces/test_spectrum.py