LICENSE
MANIFEST.in
NOTICE
README.md
dependencies.txt
pyproject.toml
setup.py
cudass/__init__.py
cudass/solver.py
cudass/types.py
cudass/backends/__init__.py
cudass/backends/base.py
cudass/backends/cudss_backend.py
cudass/backends/cusolver_dn_backend.py
cudass/backends/cusolver_sp_backend.py
cudass/backends/factory.py
cudass/cuda/__init__.py
cudass/cuda/cuda_types.py
cudass/cuda/bindings/__init__.py
cudass/cuda/bindings/cudss_bindings.pyx
cudass/cuda/bindings/cudss_decls.h
cudass/cuda/kernels/__init__.py
cudass/cuda/kernels/sparse_to_dense.cu
cudass/factorization/__init__.py
cudass/factorization/cache.py
cudass/factorization/refactorization.py
docs/conf.py
docs/getting_started.rst
docs/index.rst
docs/api/index.rst
docs/user_guide/advanced.rst
docs/user_guide/basic_usage.rst
docs/user_guide/index.rst
docs/user_guide/overview.rst
docs/user_guide/quickstart.rst
docs/user_guide/rectangular_singular.rst
tests/__init__.py
tests/conftest.py
tests/test_backends.py
tests/test_built_extensions.py
tests/test_fixtures.py
tests/test_integration.py
tests/test_matrix_types.py
tests/test_multiple_rhs.py
tests/test_refactorization.py
tests/test_solver_correctness.py
tests/test_solver_validation.py
tests/fixtures/__init__.py
tests/fixtures/test_matrices.py
tests/unit/__init__.py
tests/unit/test_cache.py
tests/unit/test_cusolver_routine.py
tests/unit/test_refactorization.py
tests/unit/test_types.py