jmat is a Python package to perform matrix operations.
This project was started and maintened by João Schubnell as an exercise in Software Engineering and CI/CD best practices.
Dependecies
jmat requires:
- Python(>=3.7)
To install jmat you can use pip
pip install jmat
├── jmat
│ ├── __init__.py
│ └── matrix.py
├── license.txt
├── REAMDE.md
├── setup.cfg
├── setup.py
└── tests
└── mult_test.py