matrixutils 0.0.2

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

matrixutils 0.0.2

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/

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.