Releases: matthias314/Modulo2.jl
Releases · matthias314/Modulo2.jl
v0.2.2
v0.2.1
- new functions or methods
mul!
,resize!
,zz2vector
,zz2vector!
,count_zeros
,count_ones
- accept more general second argument for matrix multiplication
- overload
LinearAlgebra.rank
instead of separaterank
function - added faster
convert
to and fromBitVector
- fixed padding bug for 0-length arrays, added test for negative dimensions for
ZZ2Array
- added tests and fixed bug in runtests.jl
- added documentation
v0.2.0
renamed reduced column echelon form to rcef
and added correct rref
v0.1.2
first GitHub release