|
votca 2025.1-dev
|

Go to the source code of this file.
Namespaces | |
| namespace | votca |
| Provides a means for comparing floating point numbers. | |
| namespace | votca::tools |
Functions | |
| bool | votca::tools::nodeForEveryVertex_ (vector< Index > vertices, unordered_map< Index, GraphNode > nodes) |
| ostream & | votca::tools::operator<< (std::ostream &os, const Graph graph) |
| bool | votca::tools::cmpVertNodePair (const std::pair< Index, GraphNode > &id_and_node1, const std::pair< Index, GraphNode > &id_and_node2) |
| Compare function pair<Index ,GraphNode> object. | |