用于在Python中将矩阵作为线性算子进行操作的实用程序
项目描述
为什么
matrixutils 是一个Python包,它包括用于在Python中将矩阵作为线性算子进行操作的实用程序。它包括矩阵和向量的包装和展开实用程序、创建矩阵的工具,以及 Zero 和 Identity 运算符,这些运算符在不牺牲可读性的情况下提高了代码效率。
它被 discretize 和 SimPEG 使用。
安装
pip install matrixutils
作为开发者安装
git clone https://github.com/OpenGeophysics/matrixutils.git
cd matrixutils
python setup.py install
或就地构建安装
git clone https://github.com/OpenGeophysics/matrixutils.git
cd matrixutils
python setup.py install build_ext --inplace
链接
文档: http://matrixutils.readthedocs.io
代码: https://github.com/OpenGeophysics/matrixutils
测试:即将推出…
错误 & 问题: https://github.com/OpenGeophysics/matrixutils/issues
项目详情
关闭
matrixutils-0.0.2.tar.gz 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 6a7e996fc70a9b669f43d7438c2d2a13b38ec44079bf1155e9cfe225e246eb6c |
|
MD5 | b201e0a9a9c261f45ed055d6f7b3be2c |
|
BLAKE2b-256 | c7febcd8eb36c5c876232b20a7163f626e159435f57d02cd1734383789cf4803 |