ITDS Linear Systems Documentation¶
A NumPy/SciPy-backed linear systems library with APIs inspired by the IMSL Fortran Numerical Library “Linear Systems” chapter.
Linear system solvers backed by NumPy & SciPy
ITDS Linear Systems packages direct, iterative, banded, sparse, and least-squares linear system routines from ITDS into a focused library. Install, run a minimal solve example, then dive into the API reference.
Direct Solvers
General, SPD, triangular, and banded dense direct solvers with LU, Cholesky, and QR factorizations.
Iterative Solvers
CG, BiCG, GMRES, IC-preconditioned CG, SOR, and sparse system iterative methods.
Least Squares
Standard, non-negative, constrained, bounded, and Tikhonov-regularised least-squares routines.
Recommended path: install the package, run the quick start, then use the examples page to find the closest routine family before dropping into the API reference.
Contents