An open API service indexing awesome lists of open source software.

https://github.com/terryyz/pyarmadillo

PyArmadillo: an alternative approach to linear algebra in Python
https://github.com/terryyz/pyarmadillo

armadillo-library calculations data-science linear-algebra machine-learning

Last synced: about 1 year ago
JSON representation

PyArmadillo: an alternative approach to linear algebra in Python

Awesome Lists containing this project

README

          


PyArmadillo




GitLab





License


Documentation


PyPI release


Citation



An alternative approach to linear algebra in Python

## Quick Installation
* Currently, PyArmadillo only supports `pip`. But it will support `conda` in the next step.
* The installation process is much easier as a precompiled version of PyArmadillo is available via the Python Package Index (PyPI).
* Use the following command for installation:
`pip3 install --user pyarma`
or
`pip3 install pyarma`
* If `pip3` cannot be found, try using the following alternatives:

* `python3 -m pip`
* `py -m pip`
* To upgrade PyArmadillo via pip:
`pip3 install --upgrade --user pyarma`
or
`pip3 install --upgrade pyarma`
**NOTE**: It's possible that `pip` may erroneously not find the newest version. In that case, try the following command:
`pip3 install --no-cache-dir --upgrade --user pyarma`
or
`pip3 install --no-cache-dir --upgrade pyarma`

## FAQ
* Why do we choose Gitlab as our codebase?
* We choose GitLab, as Microsoft has acquired GitHub.
* Microsoft is a nefarious entity with a long and consistent history of [unconscionable & unethical behaviour](https://jacquesmattheij.com/what-is-wrong-with-microsoft-buying-github).
* **_I still consider Github as a lovely community and hence will update the code package here when the new version comes_ :D**