.conda_env.yml
.envrc
.gitignore
.gitmodules
.readthedocs.yaml
README.md
black.toml
build.sh
changelog.md
makefile
mkdocs.yml
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.yaml
.github/workflows/test.yaml
docs/api.md
docs/develop.md
docs/gallery_conf.py
docs/index.md
docs/interface.md
docs/structures.md
docs/templates.md
docs/examples/README.md
docs/examples/example_01_basic.py
docs/examples/example_02_unsupported_parameters.py
docs/examples/example_03_param_groups.py
docs/examples/example_04_advanced.py
docs/examples/example_05_structures.py
profile/profile_triltoeplitz.py
profile/profile_triutoeplitz.py
singd/__init__.py
singd.egg-info/PKG-INFO
singd.egg-info/SOURCES.txt
singd.egg-info/dependency_links.txt
singd.egg-info/not-zip-safe
singd.egg-info/requires.txt
singd.egg-info/top_level.txt
singd/optim/__init__.py
singd/optim/optimizer.py
singd/optim/utils.py
singd/structures/__init__.py
singd/structures/base.py
singd/structures/blockdiagonal.py
singd/structures/dense.py
singd/structures/diagonal.py
singd/structures/hierarchical.py
singd/structures/recursive.py
singd/structures/trilbottomrightdiag.py
singd/structures/triltoeplitz.py
singd/structures/triltopleftdiag.py
singd/structures/triubottomrightdiag.py
singd/structures/triutoeplitz.py
singd/structures/triutopleftdiag.py
singd/structures/utils.py
test/__init__.py
test/test_examples.py
test/utils.py
test/optim/__init__.py
test/optim/test_autocast.py
test/optim/test_checkpointing.py
test/optim/test_gradient_accumulation.py
test/optim/test_inplace_activations.py
test/optim/test_kfac.py
test/optim/test_kfac_like.py
test/optim/test_lin2023simplifying.py
test/optim/test_lin2023simplifying_ddp.py
test/optim/test_optimizer.py
test/optim/test_param_groups.py
test/optim/test_scaler.py
test/optim/test_utils.py
test/optim/utils.py
test/structures/__init__.py
test/structures/test_blockdiagonal.py
test/structures/test_dense.py
test/structures/test_diagonal.py
test/structures/test_hierarchical.py
test/structures/test_trilbottomrightdiag.py
test/structures/test_triltoeplitz.py
test/structures/test_triltopleftdiag.py
test/structures/test_triubottomrightdiag.py
test/structures/test_triutoeplitz.py
test/structures/test_triutopleftdiag.py
test/structures/test_utils.py
test/structures/utils.py