Linear Algebra (cmlabs.linalg)

The cmlabs.linalg module provides a collection of functions for linear algebra algorithms.

Linear Algebra

thomas

Solve a tridiagonal system of equations using the Thomas algorithm.

Tests

test_thomas

Test Thomas Algorithm.

test_thomas_from_docs_example

Thomas From Docs.