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
- Host: GitHub
- URL: https://github.com/terryyz/pyarmadillo
- Owner: terryyz
- Created: 2021-02-02T01:00:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-11T03:12:41.000Z (over 5 years ago)
- Last Synced: 2025-03-24T10:53:55.563Z (over 1 year ago)
- Topics: armadillo-library, calculations, data-science, linear-algebra, machine-learning
- Homepage: https://pyarma.sourceforge.io
- Size: 16.6 KB
- Stars: 61
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PyArmadillo
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**