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

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

Detailed Description

template<>
class 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

◆ read()

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 class was generated from the following files: