Hi,
I'm looking for a pure Python module that implements a matrix class where the underlying matrix operations are computed in modulo 2 arithmetic as in
(x+y)%2
I need to do a lot of basic matrix manipulations ( transpose, multiplication, etc. ).
Any help appreciated.
Thanks in advance