#include <lemon/matrix_maps.h>
Inherits lemon::MatrixMapTraits<_MatrixMap>.
| Public Member Functions | |
| MatrixColMap (MatrixMap &_matrix, typename MatrixMap::SecondKey _col) | |
| MatrixMapTraits< MatrixMap > ::ReturnValue | operator[] (Key row) | 
| void | set (Key row, const Value &val) | 
| MatrixMapTraits< MatrixMap > ::ConstReturnValue | operator[] (Key row) const | 
| MatrixColMap | ( | MatrixMap & | _matrix, | |
| typename MatrixMap::SecondKey | _col | |||
| ) |  [inline] | 
Constructor of the column map.
| MatrixMapTraits<MatrixMap>::ReturnValue operator[] | ( | Key | row | ) |  [inline] | 
Subscription operator.
| void set | ( | Key | row, | |
| const Value & | val | |||
| ) |  [inline] | 
Setter function.
| MatrixMapTraits<MatrixMap>::ConstReturnValue operator[] | ( | Key | row | ) | const  [inline] | 
Subscription operator.
 1.5.9
 1.5.9