Skip to main content

utilities for working with matrices as linear operators in python

Project description

Latest PyPI version Documentation Status MIT license Travis CI build status Coverage status Code quality

Why

matrixutils is a python package that includes utilities for working with matrices as linear operators in python. It includes utilities for wrapping and unwrapping matrices and vectors, tools for creating matrices, and operators Zero and Identity which improve code efficiency without sacrificing readability.

It is used by discretize and SimPEG.

Installation

pip install matrixutils

To install as a developer

git clone https://github.com/OpenGeophysics/matrixutils.git
cd matrixutils
python setup.py install

or to build the installation in-place:

git clone https://github.com/OpenGeophysics/matrixutils.git
cd matrixutils
python setup.py install build_ext --inplace

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

matrixutils-0.0.2.tar.gz (135.3 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