equal
deleted
inserted
replaced
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 |