BitVector Class Reference
[linbox/vector]

#include <bit-vector.h>

List of all members.


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 file:

Generated on Wed Dec 10 15:05:22 2008 for linbox by  doxygen 1.5.7.1