#include <lemon/matrix_maps.h>
Public Member Functions | |
ConstMatrixRowMap (const MatrixMap &_matrix, typename MatrixMap::FirstKey _row) | |
Constructor of the row map. | |
MatrixMapTraits< MatrixMap >::ConstReturnValue | operator[] (Key col) const |
Subscription operator. |
ConstMatrixRowMap | ( | const MatrixMap & | _matrix, | |
typename MatrixMap::FirstKey | _row | |||
) | [inline] |
Constructor of the row map.
MatrixMapTraits<MatrixMap>::ConstReturnValue operator[] | ( | Key | col | ) | const [inline] |
Subscription operator.