GF2Matrix

Cython implementation of a matrix with entries from GF(2).


Keywords
cython, galois-field, linear-algebra, matrix, python
License
MIT
Install
pip install GF2Matrix==1.0.2

Documentation

GF2Matrix

Cython implementation of a matrix with entries from GF(2).

Curent Functionality

  • Basic matrix operation of matrices up to 64*64
  • Computation of Rank

To add:

  • Further optimisations.
  • Support for larger matrices.
  • More complex operations, such as LUP Decomposition and Guassian Elimination.

Dependancies:

  • Cython
  • numpy