Skip to content

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

License

Notifications You must be signed in to change notification settings

EwanGilligan/GF2Matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages