CHANGELOG.md
CONTRIBUTING.md
MANIFEST.in
README.md
pyproject.toml
setup.py
src/dendra_solvers/__init__.py
src/dendra_solvers/_dhs_cpu.cpp
src/dendra_solvers/_dhs_cpu_bt.cpp
src/dendra_solvers/_dhs_cpu_multi.cpp
src/dendra_solvers/_pcr_cpu.cpp
src/dendra_solvers/_stable_adapters.py
src/dendra_solvers/_thomas_cpu_bt.cpp
src/dendra_solvers/_thomas_cpu_bt_spd_fwd.cpp
src/dendra_solvers/_thomas_cpu_bt_spd_solve_with_chol.cpp
src/dendra_solvers/_thomas_cpu_t.cpp
src/dendra_solvers/_thomas_cpu_tridiag_spd.cpp
src/dendra_solvers/bindings.cpp
src/dendra_solvers/dhs_validation.h
src/dendra_solvers/parallel_utils.h
src/dendra_solvers/stable_utils.h
tests/__init__.py
tests/reference_utils.py
tests/test_backward_contracts.py
tests/test_block_reference.py
tests/test_dhs.py
tests/test_dhs_reference.py
tests/test_dispatch_contracts.py
tests/test_stable_abi_contracts.py
tests/test_thomas_solve_t.py
tests/test_torch_func_contracts.py
tests/test_tridiagonal_reference.py
tests/test_validation_contracts.py
tests/test_vmap_contracts.py