PPL
1.2
|
#include "OR_Matrix_types.hh"
#include "globals_defs.hh"
#include "DB_Row_defs.hh"
#include "Checked_Number_defs.hh"
#include <cstddef>
#include <iosfwd>
#include "OR_Matrix_inlines.hh"
#include "OR_Matrix_templates.hh"
Go to the source code of this file.
Classes | |
class | Parma_Polyhedra_Library::OR_Matrix< T > |
A matrix representing octagonal constraints. More... | |
class | Parma_Polyhedra_Library::OR_Matrix< T >::Pseudo_Row< U > |
An object that behaves like a matrix's row with respect to the subscript operators. More... | |
class | Parma_Polyhedra_Library::OR_Matrix< T >::any_row_iterator< U > |
A template class to derive both OR_Matrix::iterator and OR_Matrix::const_iterator. More... | |
Namespaces | |
Parma_Polyhedra_Library | |
The entire library is confined to this namespace. | |
Parma_Polyhedra_Library::IO_Operators | |
All input/output operators are confined to this namespace. | |
Macros | |
#define | PPL_OR_MATRIX_EXTRA_DEBUG 0 |
#define PPL_OR_MATRIX_EXTRA_DEBUG 0 |
Definition at line 46 of file OR_Matrix_defs.hh.
Referenced by Parma_Polyhedra_Library::OR_Matrix< T >::operator[]().