utilities for working with matrices as linear operators in python
Project description
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
Links
Website: http://simpeg.xyz
Documentation: http://matrixutils.readthedocs.io
Code: https://github.com/OpenGeophysics/matrixutils
Tests: Coming soon…
Bugs & Issues: https://github.com/OpenGeophysics/matrixutils/issues
Questions: https://groups.google.com/forum/#!forum/simpeg
Chat: http://slack.simpeg.xyz/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file matrixutils-0.0.2.tar.gz
.
File metadata
- Download URL: matrixutils-0.0.2.tar.gz
- Upload date:
- Size: 135.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a7e996fc70a9b669f43d7438c2d2a13b38ec44079bf1155e9cfe225e246eb6c |
|
MD5 | b201e0a9a9c261f45ed055d6f7b3be2c |
|
BLAKE2b-256 | c7febcd8eb36c5c876232b20a7163f626e159435f57d02cd1734383789cf4803 |