PPL  1.2
Sparse_Row_defs.hh File Reference
Include dependency graph for Sparse_Row_defs.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Parma_Polyhedra_Library::Sparse_Row
 A finite sparse sequence of coefficients. More...
 

Namespaces

 Parma_Polyhedra_Library
 The entire library is confined to this namespace.
 

Functions

void Parma_Polyhedra_Library::swap (Parma_Polyhedra_Library::Sparse_Row &x, Parma_Polyhedra_Library::Dense_Row &y)
 
void Parma_Polyhedra_Library::swap (Parma_Polyhedra_Library::Dense_Row &x, Parma_Polyhedra_Library::Sparse_Row &y)
 
bool Parma_Polyhedra_Library::operator== (const Dense_Row &x, const Sparse_Row &y)
 
bool Parma_Polyhedra_Library::operator!= (const Dense_Row &x, const Sparse_Row &y)
 
bool Parma_Polyhedra_Library::operator== (const Sparse_Row &x, const Dense_Row &y)
 
bool Parma_Polyhedra_Library::operator!= (const Sparse_Row &x, const Dense_Row &y)