europ / matrix_multiplication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matrix Multiplication

Implementation of simple matrix multiplication, including unit tests.

Notes

Setup

  1. python3 -m pip install virtualenv
  2. virtualenv .venv
  3. source .venv/bin/activate
  4. python3 -m pip install -r requirements.txt
  5. Launch
    • script via ./mx_mul.py
    • linters and tests via tox

About


Languages

Language:Python 98.1%Language:Ruby 1.9%