Changeset 1402:655d8e78454d in lemon-0.x for doc
- Timestamp:
- 05/05/05 13:05:25 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1864
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/groups.dox
r1401 r1402 47 47 LEMON provides several special maps that e.g. combine 48 48 new maps from existing ones. 49 */ 50 51 52 /** 53 @defgroup graph_maps Graph Maps 54 @ingroup maps 55 \brief Special Graph-Related Maps. 56 57 These maps are specifically designed to assign values to the nodes and edges of 58 graphs. 59 */ 60 61 62 /** 63 \defgroup map_adaptors Map Adaptors 64 \ingroup maps 65 \brief Tools to create new maps from existing ones 66 67 Map adaptors are used to create "implicit" maps from other maps. 68 69 Most of them are \ref concept::ReadMap "ReadMap"s. They can 70 make arithmetic oprerations between one or two maps (negation, scalig, 71 addition, multiplication etc.) or e.g. convert a map to another one 72 of different Value type. 49 73 */ 50 74
Note: See TracChangeset
for help on using the changeset viewer.