Mackey  V3.3
A C++ library for computing RO(G) graded homology
Identify.hpp File Reference

Contains the classes mackey::IDGenerators and mackey::internal::IDGeneratorCompute
More...

#include "Homology/Homology.hpp"
#include "Mackey_Functors/MackeyFunctor.hpp"
#include "impl/Identify.ipp"
Include dependency graph for Identify.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IDGenerators< rank_t >
 Two levels of a Mackey functor, used for identification. More...
 
class  IDGeneratorCompute< group_t >
 Computes homology and identification data. More...
 

Namespaces

 mackey
 Everything in this library is under this namespace.
 
 mackey::internal
 Namespace for internal use withing the library.
 

Functions

template<typename rank_t >
std::vector< rank_t > id_candidates (const rank_t &, const IDGenerators< rank_t > &, const IDGenerators< rank_t > &)
 Use the ID data to identify all possible candidates for an element. More...
 
template<typename rank_t >
bool distinguish (const std::vector< rank_t > &, const IDGenerators< rank_t > &)
 Find if given elements can all be distinguished i.e. they have pairwise disjoint candidate sets. More...
 

Detailed Description