A small Python library for efficiently solving tridiagonal systems of linear equations (Thomas algorithm). Current version 0.2.1, released with basic functionality and minimal API. Maintained as needed.
pip install tridiaxNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Solve a tridiagonal system using the Thomas algorithm.
Use `from tridiax import solve` for 0.2.0+.
Convert inputs to float via `np.array(..., dtype=float)`.
Manually verify matrix condition before calling solve.
Call `solve(lower, diag, upper, rhs)` with positional args.
No dependency data recorded yet.
No resource links recorded.