Skip to main content

pymatsolver: Matrix Solvers for Python

Project description

Latest PyPI version Number of PyPI downloads MIT license. Travis CI build status Coverage status

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymatsolver-0.0.2.tar.gz (46.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page