|
Classes |
| class | MatrixRowMap< _MatrixMap > |
| class | ConstMatrixRowMap< _MatrixMap > |
| class | MatrixColMap< _MatrixMap > |
| class | ConstMatrixColMap< _MatrixMap > |
| class | DynamicMatrixMap< _Graph, _Item, _Value > |
| | Container for store values for each ordered pair of graph items. More...
|
| class | DynamicSymMatrixMap< _Graph, _Item, _Value > |
| | Container for store values for each unordered pair of graph items. More...
|
| class | DynamicAsymMatrixMap< _FirstContainer, _FirstContainerItem, _SecondContainer, _SecondContainerItem, _Value > |
| | Dynamic Asymmetric Matrix Map. More...
|
| class | FirstKeyProxy |
| | Proxy class for the first key type. More...
|
| class | SecondKeyProxy |
| | Proxy class for the second key type. More...
|
Namespaces |
| namespace | lemon |
| | The namespace of LEMON.
|
Functions |
| template<typename MatrixMap > |
| MatrixRowMap< MatrixMap > | matrixRowMap (MatrixMap &matrixMap, typename MatrixMap::FirstKey row) |
| | Gives back a row view of the matrix map.
|
| template<typename MatrixMap > |
| MatrixColMap< MatrixMap > | matrixColMap (MatrixMap &matrixMap, typename MatrixMap::SecondKey col) |
| | Gives back a column view of the matrix map.
|