MatrixRowMap Class Template Reference
[Matrices]

#include <lemon/matrix_maps.h>

List of all members.


Detailed Description

template<typename _MatrixMap>
class lemon::MatrixRowMap< _MatrixMap >

Map for the coloumn view of the matrix.


Public Member Functions

 MatrixRowMap (MatrixMap &_matrix, typename MatrixMap::FirstKey _row)
 Constructor of the row map.
MatrixMapTraits< MatrixMap
>::ReturnValue 
operator[] (Key col)
 Subscription operator.
void set (Key col, const Value &val)
 Setter function.
MatrixMapTraits< MatrixMap
>::ConstReturnValue 
operator[] (Key col) const
 Subscription operator.


Constructor & Destructor Documentation

MatrixRowMap ( MatrixMap &  _matrix,
typename MatrixMap::FirstKey  _row 
) [inline]

Constructor of the row map.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
Generated on Tue Oct 31 09:51:10 2006 for LEMON by  doxygen 1.5.1