GF2++
Loading...
Searching...
No Matches
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. More...

Go to the source code of this file.

Classes

class  gf2::BitSet< N, Word >
 A fixed-size vector over GF(2) with N bit elements compactly stored in a standard vector of primitive unsigned words whose type is given by the template parameter Word. The elements in a bitset are initially all set to 0. More...

Namespaces

namespace  gf2
 The namespace for the gf2 library.

Detailed Description

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.