mcb LEDA Extension Package
0.8
|
Definitions of sparse vector. More...
#include <iostream>
#include <LEP/mcb/config.h>
#include <LEDA/basic.h>
#include <LEDA/list.h>
#include <LEDA/d_int_set.h>
#include <LEDA/error.h>
#include <LEDA/assert.h>
#include <LEP/mcb/edge_num.h>
#include <LEP/mcb/arithm.h>
Go to the source code of this file.
Classes | |
class | mcb::spvecgf2 |
A sparse vector with elements in GF2. More... | |
Namespaces | |
mcb | |
The main package namespace. | |
Functions | |
std::ostream & | mcb::operator<< (std::ostream &o, const spvecgf2 &v) |
std::istream & | mcb::operator>> (std::istream &o, spvecgf2 &v) |
Definitions of sparse vector.