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. More...
#include <zo-gf2.h>
Inherits LinBox::LightContainer< LightContainer< size_t > >.
Public Member Functions | |
std::istream & | read (std::istream &is) |
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.
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
is | Input stream from which to read the matrix |