Belle II Software development
|
Utility structure with functions related to weighted relations. More...
#include <WeightedRelation.h>
Static Public Member Functions | |
template<class AWeightedRelations > | |
static bool | areSymmetric (const AWeightedRelations &weightedRelations) |
Checks for the symmetry of a range of weighted relations Explicitly checks for each weighted relation, if their is an reverse relation with the same weight. | |
Utility structure with functions related to weighted relations.
Definition at line 130 of file WeightedRelation.h.
|
inlinestatic |
Checks for the symmetry of a range of weighted relations Explicitly checks for each weighted relation, if their is an reverse relation with the same weight.
Returns true if all such inverse relations exist.
Definition at line 137 of file WeightedRelation.h.