A sparse matrix solver for python.
Solving Ax = b should be as easy as:
Ainv = Solver(A)
x = Ainv * b
In pymatsolver I provide a number of wrappers to existing numerical packages. Nothing fancy here.
Documentation: http://pymatsolver.readthedocs.org/en/latest/
Code: https://github.com/rowanc1/pymatsolver
Tests: https://travis-ci.org/rowanc1/pymatsolver
Bugs & Issues: https://github.com/rowanc1/pymatsolver/issues