#include "globals.defs.hh"
#include "OR_Matrix.types.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.
Namespaces | |
namespace | Parma_Polyhedra_Library |
namespace | Parma_Polyhedra_Library::IO_Operators |
namespace | std |
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... | |
Defines | |
#define | PPL_OR_Matrix_defs_hh 1 |
#define | PPL_OR_MATRIX_EXTRA_DEBUG 0 |
#define PPL_OR_Matrix_defs_hh 1 |
Definition at line 25 of file OR_Matrix.defs.hh.
#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[]().