MatrixColMap Class Template Reference

#include <lemon/matrix_maps.h>

List of all members.


Detailed Description

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

Map for the row view of the matrix.


Public Member Functions

MapTraits< MatrixMap >::ReturnValue operator[] (Key row)
 Subscription operator.
void set (Key row, const Value &val)
 Setter function.
MapTraits< MatrixMap >::ConstReturnValue operator[] (Key row) const
 Subscription operator.


Member Function Documentation

MapTraits<MatrixMap>::ReturnValue operator[] Key  row  )  [inline]
 

Subscription operator.

void set Key  row,
const Value &  val
[inline]
 

Setter function.

MapTraits<MatrixMap>::ConstReturnValue operator[] Key  row  )  const [inline]
 

Subscription operator.


The documentation for this class was generated from the following file:
Generated on Fri Feb 3 18:42:25 2006 for LEMON by  doxygen 1.4.6