#include <vector>
#include <lemon/utility.h>
#include <lemon/maps.h>
Go to the source code of this file.
Namespaces | |
namespace | lemon |
Classes | |
class | MatrixRowMap |
Map for the coloumn view of the matrix. More... | |
class | ConstMatrixRowMap |
Map for the row view of the matrix. More... | |
class | MatrixColMap |
Map for the row view of the matrix. More... | |
class | ConstMatrixColMap |
Map for the col view of the matrix. More... | |
class | DynamicMatrixMap |
Container for store values for each ordered pair of graph items. More... | |
class | DynamicSymMatrixMap |
Container for store values for each unordered pair of graph items. More... | |
Functions | |
template<typename MatrixMap> | |
MatrixRowMap< MatrixMap > | lemon::matrixRowMap (MatrixMap &matrixMap, typename MatrixMap::FirstKey row) |
Gives back a row view of the matrix map. | |
template<typename MatrixMap> | |
MatrixColMap< MatrixMap > | lemon::matrixColMap (MatrixMap &matrixMap, typename MatrixMap::SecondKey col) |
Gives back a col view of the matrix map. |