Cython implementation of a matrix with entries from GF(2).
- Basic matrix operation of matrices up to 64*64
- Computation of Rank
- Further optimisations.
- Support for larger matrices.
- More complex operations, such as LUP Decomposition and Guassian Elimination.
- Cython
- numpy