doc/groups.dox
changeset 1541 305ce06287c9
parent 1402 655d8e78454d
child 1558 69a922643b35
equal deleted inserted replaced
22:b0de1707bf0e 23:05c3dba48023
    64 \ingroup maps
    64 \ingroup maps
    65 \brief Tools to create new maps from existing ones
    65 \brief Tools to create new maps from existing ones
    66 
    66 
    67 Map adaptors are used to create "implicit" maps from other maps.
    67 Map adaptors are used to create "implicit" maps from other maps.
    68 
    68 
    69 Most of them are \ref concept::ReadMap "ReadMap"s. They can
    69 Most of them are \ref lemon::concept::ReadMap "ReadMap"s. They can
    70 make arithmetic oprerations between one or two maps (negation, scalig,
    70 make arithmetic oprerations between one or two maps (negation, scalig,
    71 addition, multiplication etc.) or e.g. convert a map to another one
    71 addition, multiplication etc.) or e.g. convert a map to another one
    72 of different Value type.
    72 of different Value type.
    73 */
    73 */
    74 
    74