Polymake Template Library (PTL): lib/core/include/IncidenceMatrix.h File Reference
Polymake Template Library (PTL)  4.2
IncidenceMatrix.h File Reference

Implementation of pm::IncidenceMatrix class. More...

Classes

class  pm::IncidenceMatrix
 0/1 incidence matrix. More...
 

Namespaces

 pm
 global namespace for all classes from the polymake project
 
 polymake
 namespace to be used for client code
 

Functions

template<typename Matrix1 , typename Matrix2 >
IncidenceMatrix pm::convolute (const GenericIncidenceMatrix< Matrix1 > &m1, const GenericIncidenceMatrix< Matrix2 > &m2)
 Convolution of two incidence relations.
 

Detailed Description

Implementation of pm::IncidenceMatrix class.