Skip to content

A simple package to work with matrix operations

License

Notifications You must be signed in to change notification settings

jschubnell/jmat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Build Status codecov

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.

Installation

Dependecies

jmat requires:

  • Python(>=3.7)

To install jmat you can use pip

pip install jmat

Files

├── jmat
│   ├── __init__.py
│   └── matrix.py
├── license.txt
├── REAMDE.md
├── setup.cfg
├── setup.py
└── tests
    └── mult_test.py

About

A simple package to work with matrix operations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages