linbox
Data Structures | Public Member Functions
ZeroOne< GF2 > Struct Reference

Time and space efficient representation of sparse matrices over GF2. More...

#include <zo-gf2.h>

Inherits LightContainer< LightContainer< size_t > >.

Data Structures

class  IndexIterator
 IndexIterator. More...
class  Iterator
 Raw iterator. More...

Public Member Functions

std::istreamread (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.

Detailed Description

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.


Member Function Documentation

std::istream & read ( std::istream is) [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.

Parameters:
isInput stream from which to read the matrix
Returns:
Reference to input stream

The documentation for this struct was generated from the following files: