40 #include <LEP/mcb/config.h> 44 #include <LEDA/core/array.h> 45 #include <LEDA/core/list.h> 46 #include <LEDA/core/tuple.h> 47 #include <LEDA/system/error.h> 48 #include <LEDA/system/assert.h> 50 #include <LEDA/array.h> 51 #include <LEDA/list.h> 52 #include <LEDA/tuple.h> 53 #include <LEDA/error.h> 54 #include <LEDA/assert.h> 62 #if defined(LEDA_NAMESPACE) 64 using leda::list_item;
65 using leda::error_handler;
66 using leda::two_tuple;
67 using leda::three_tuple;
154 void print( std::ostream& o )
const;
197 list_item
first()
const;
203 list_item
last()
const;
209 list_item
succ( list_item it )
const;
215 list_item
pred( list_item it )
const;
229 typedef two_tuple<indextype,ptype> entry;
235 static inline int compare(
const entry& a,
const entry& b ) {
236 return leda::compare( a.first(), b.first() );
void reset(const ptype &p)
void print(std::ostream &o) const
Definition of edge numbering.
spvecfp & operator+=(const spvecfp &a)
list_item succ(list_item it) const
spvecfp & operator-=(const spvecfp &a)
The main package namespace.
int indextype
Definition: arithm.h:54
A sparse vector with elements in .
Definition: spvecfp.h:87
Basic arithmetic definitions.
spvecfp operator-() const
indextype index(list_item it) const
list_item pred(list_item it) const
leda::integer ptype
Definition: arithm.h:58
ptype inf(list_item it) const
void append(indextype index, const ptype &value)
ptype operator*(const spvecfp &a) const
spvecfp operator+(const spvecfp &a) const
std::ostream & operator<<(std::ostream &o, const spvecgf2 &v)