GF2++
Loading...
Searching...
No Matches
gf2

Files

 
assert.h
 Macros that improve on standard assert.
See the Assertions page for all the details.
 
BitGauss.h
 A Gaussian elimination solver for systems of linear equations over GF(2).
See the BitGauss page for more details.
 
BitLU.h
 The LU decomposition for square bit-matrices.
See the BitLU page for more details.
 
BitMat.h
 Matrices over over GF(2) – bit-matrices.
See the BitMat page for more details.
 
BitPoly.h
 Polynomials over GF(2).
See the BitPoly page for more details.
 
BitRef.h
 A BitRef is a proxy type that references a single bit in a BitStore.
See the BitRef page for more details.
 
BitSet.h
 Fixed-size vectors over GF(2) with compactly stored bit-elements in a standard array of primitive unsigned words.
See the BitSet page for more details.
 
BitSpan.h
 Non-owning views of a contiguous range of bits from some underlying store of unsigned words.
See the BitSpan page for more details.
 
BitStore.h
 The base class for the vector-like types in the gf2 library.
See the BitStore page for more details.
 
BitVec.h
 Vectors over GF(2) with compactly stored bit-elements in a standard vector of primitive unsigned words.
See the BitVec page for more details.
 
gf2.h
 An include-the-lot header file for the gf2 library.
 
Iterators.h
 Five bit-store iterators that serve different purposes.
See the Iterators page for more details.
 
namespace.h
 An "include everything" header for the gf2 library that also exposes the namespace gf2.
 
unsigned_word.h
 Utility functions that work on primitive unsigned word types.
See the unsigned word page for more details.