PPL
1.2
|
#include "Sparse_Row_types.hh"
#include "CO_Tree_defs.hh"
#include "Coefficient_defs.hh"
#include "Dense_Row_types.hh"
#include "Sparse_Row_inlines.hh"
#include "Sparse_Row_templates.hh"
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) |