linbox
|
Time and space efficient representation of sparse matrices over GF2. More...
#include <zo-gf2.h>
Inherits LightContainer< Elem >.
Data Structures | |
class | IndexedIterator |
IndexedIterator. More... | |
class | Iterator |
Raw iterator. More... | |
Public Member Functions | |
std::istream & | read (std::istream &is) |
Read the matrix from a stream in ANY format entries are read as "long int" and set to 1 if they are odd, 0 otherwise. More... | |
Time and space efficient representation of sparse matrices over GF2.
Representation if a full row array containing vector of non-zero locations A 0-1 matrix is a matrix with all 0's and 1's as entries.
|
inline |
Read the matrix from a stream in ANY format entries are read as "long int" and set to 1 if they are odd, 0 otherwise.
is | Input stream from which to read the matrix |