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