MatrixColMap Class Template Reference
[Matrices]

#include <lemon/matrix_maps.h>

List of all members.


Detailed Description

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

Map for the column view of the matrix.


Public Member Functions

 MatrixColMap (MatrixMap &_matrix, typename MatrixMap::SecondKey _col)
 Constructor of the column map.
MatrixMapTraits< MatrixMap
>::ReturnValue 
operator[] (Key row)
 Subscription operator.
void set (Key row, const Value &val)
 Setter function.
MatrixMapTraits< MatrixMap
>::ConstReturnValue 
operator[] (Key row) const
 Subscription operator.


Constructor & Destructor Documentation

MatrixColMap ( MatrixMap &  _matrix,
typename MatrixMap::SecondKey  _col 
) [inline]

Constructor of the column map.


Member Function Documentation

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.


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