GF2++
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
 
include
 
gf2
 
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 bit-store.
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 range of bits from some underlying contiguous unsigned words.
See the BitSpan page for more details
 
BitStore.h
A concept for types that can access individual bits packed into contiguous primitive unsigned words, along with many free functions that operate on those types.
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.h
Utility functions that work on primitive unsigned word types.
See the Unsigned page for more details