.gitignore
.readthedocs.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
setup.cfg
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/release.yml
.github/workflows/sphinx.yaml
docs/Makefile
docs/autobuild.sh
docs/changelog.md
docs/conf.py
docs/index.rst
docs/make.bat
docs/references.bib
docs/requirements.txt
docs/start.rst
docs/zzzreference.rst
docs/_static/css/custom.css
docs/_static/js/custom.js
docs/_static/js/mathconf.js
docs/_templates/namedtuple.rst
docs/extensions/environments.py
docs/source/affine.rst
docs/source/array.rst
docs/source/data.rst
docs/source/geom2d.rst
docs/source/index.rst
docs/source/linear_systems.rst
docs/source/matrix.rst
docs/source/metrics.rst
docs/source/orth.rst
docs/source/standard.rst
docs/source/subspaces.rst
docs/source/svdpack.rst
docs/source/util.rst
docs/source/vector.rst
requirements/requirements-tests.txt
requirements/requirements.txt
src/cr/nimble/__init__.py
src/cr/nimble/affine.py
src/cr/nimble/data.py
src/cr/nimble/rq.py
src/cr/nimble/spd.py
src/cr/nimble/subspaces.py
src/cr/nimble/svd.py
src/cr/nimble/test_setup.py
src/cr/nimble/version.py
src/cr/nimble/_src/__init__.py
src/cr/nimble/_src/affine.py
src/cr/nimble/_src/array.py
src/cr/nimble/_src/chol.py
src/cr/nimble/_src/distance.py
src/cr/nimble/_src/dls.py
src/cr/nimble/_src/householder.py
src/cr/nimble/_src/linear.py
src/cr/nimble/_src/matrix.py
src/cr/nimble/_src/metrics.py
src/cr/nimble/_src/ndarray.py
src/cr/nimble/_src/norm.py
src/cr/nimble/_src/rq.py
src/cr/nimble/_src/standard_matrices.py
src/cr/nimble/_src/subspaces.py
src/cr/nimble/_src/svd_utils.py
src/cr/nimble/_src/triangular.py
src/cr/nimble/_src/util.py
src/cr/nimble/_src/vector.py
src/cr/nimble/_src/data/__init__.py
src/cr/nimble/_src/data/subspaces.py
src/cr/nimble/_src/spd/__init__.py
src/cr/nimble/_src/spd/jacobi.py
src/cr/nimble/_src/svdpack/__init__.py
src/cr/nimble/_src/svdpack/bdsqr.py
src/cr/nimble/_src/svdpack/lanbpro.py
src/cr/nimble/_src/svdpack/lanbpro_utils.py
src/cr/nimble/_src/svdpack/lansvd.py
src/cr/nimble/_src/svdpack/lansvd_utils.py
src/cr/nimble/_src/svdpack/reorth.py
src/cr_nimble.egg-info/PKG-INFO
src/cr_nimble.egg-info/SOURCES.txt
src/cr_nimble.egg-info/dependency_links.txt
src/cr_nimble.egg-info/entry_points.txt
src/cr_nimble.egg-info/not-zip-safe
src/cr_nimble.egg-info/requires.txt
src/cr_nimble.egg-info/top_level.txt
tests/affine/test_affine.py
tests/core/test_distance.py
tests/core/test_matrix.py
tests/core/test_metrics.py
tests/core/test_ndarray.py
tests/core/test_norms.py
tests/core/test_special.py
tests/core/test_util.py
tests/core/test_vector.py
tests/decomposition/test_cholesky.py
tests/geom2d/test_linear.py
tests/linear_systems/ls_setup.py
tests/linear_systems/test_jacobi.py
tests/linear_systems/test_solve_submatrix.py
tests/linear_systems/test_triangular.py
tests/orthogonalization/test_householder.py
tests/orthogonalization/test_rq.py
tests/svd/svd_setup.py
tests/svd/test_lansvd.py
tests/svd/test_subspaces.py
tests/svd/test_svd_utils.py