BitVector Class Reference
[linbox/vector]
#include <bit-vector.h>
List of all members.
Detailed Description
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:
- /Users/was/s/spkg/build/linbox-20070207/linbox/linbox/vector/bit-vector.h
Generated on Thu Feb 8 22:33:08 2007 for linbox by
1.3.4