ZeroOne< GF2 > Struct Template Reference
[linbox/blackbox]

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 > >.

List of all members.

Public Member Functions

std::istream & read (std::istream &is)

Detailed Description

template<>
struct LinBox::ZeroOne< GF2 >

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  ) 

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:
is Input stream from which to read the matrix
Returns:
Reference to input stream

The documentation for this struct was generated from the following file:
Generated by  doxygen 1.6.2-20100208