GF2++
Loading...
Searching...
No Matches
BitArray.h

Fixed-size vectors over GF(2) with compactly stored bit-elements in a standard array of primitive unsigned words.
See the BitArray page for more details. More...

Go to the source code of this file.

Classes

class  gf2::BitArray< N, Word >
 A fixed-size "vector" over GF(2) with N bit elements compactly stored in a standard array of primitive unsigned words whose type is given by the template parameter Word. The elements in a bit-array 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 BitArray page for more details.