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

Go to the source code of this file.

Classes

class  gf2::BitVec< Word >
 A dynamically-sized vector over GF(2) with bit elements compactly stored in a standard vector of primitive unsigned words whose type is given by the template parameter Word. More...

Namespaces

namespace  gf2
 The namespace for the gf2 library.

Detailed Description

Vectors over GF(2) with compactly stored bit-elements in a standard vector of primitive unsigned words.
See the BitVec page for more details.