Inheritance diagram for RandomDenseStreamGF2:
Public Types | |
typedef BitVector | Vector |
Public Methods | |
RandomDenseStreamGF2 (const GF2 &F, uint32 seed, size_t n, size_t m=0) | |
Vector & | get (Vector &v) |
size_t | size () const |
size_t | pos () const |
size_t | dim () const |
operator bool () const | |
void | reset () |
|
Reimplemented from VectorStream< BitVector >. |
|
|
|
Get the dimension of each vector Implements VectorStream< BitVector >. |
|
Get the next vector from the factory and store it in v Implements VectorStream< BitVector >. |
|
Return true if and only if the vector stream still has more vectors to construct Implements VectorStream< BitVector >. |
|
Get the number of vectors constructed so far Implements VectorStream< BitVector >. |
|
Reset the vector stream to the beginning. Implements VectorStream< BitVector >. |
|
Get the number of vectors to be constructed in this stream Implements VectorStream< BitVector >. |