linbox
BitVector Class Reference

Binary constant defined both for 32 and 64 bits. More...

#include <bit-vector.h>

Detailed Description

Binary constant defined both for 32 and 64 bits.

A vector of boolean 0-1 values, stored compactly to save space.

BitVector provides an additional iterator, word_iterator, that gives the bits in compact 32-bit words, so that vector operations may be done in parallel. It is similar to the STL bit_vector except that it provides the aforementioned additional iterator.


The documentation for this class was generated from the following files: