Introduction

Here is my new version of the matrix library including sequence recognition algorithm as compressor. To setup manually :

  • Install all prerequires as following :
    • Get python3.8 from www.python.org

    • pip install sphinx

    • pip install numpy

    • pip install random

    • pip install cython

    • pip install sphinxcontrib-napoleon

    • pip install sphinx-autoapi

  • Compile the cmatrix.pyx file using the command :

    python setup.py build_ext –inplace

  • compile the associated html file using the command:

    .make html