![]() |
Mackey
V3.1
A C++ library for computing RO(G) graded homology
|
Computes the homology at given level and the identification data coming from the Mackey functor structure. More...
#include <Identify.hpp>
Public Member Functions | |
| IDGeneratorCompute (int, const Junction< rank_t, diff_t > &, bool=0) | |
| Computes the identification data given level, Junction at the bottom, and optionally if we want to store the Q matrix. More... | |
Public Attributes | |
| IDGenerators< rank_t > | ID |
| The identification data. More... | |
Friends | |
| template<typename > | |
| class | IDGenerators |
| Compactifies the ID data. More... | |
| template<typename , typename > | |
| class | TableInput |
| Forms the input of the Multiplication Table. More... | |
| template<typename > | |
| class | GreenCompute |
| Computes products. More... | |
| template<typename > | |
| class | MasseyCompute |
| Computes Massey products. More... | |
Computes the homology at given level and the identification data coming from the Mackey functor structure.
| IDGeneratorCompute | ( | int | , |
| const Junction< rank_t, diff_t > & | , | ||
| bool | = 0 |
||
| ) |
Computes the identification data given level, Junction at the bottom, and optionally if we want to store the Q matrix.
|
friend |
Compactifies the ID data.
|
friend |
Forms the input of the Multiplication Table.
|
friend |
Computes products.
|
friend |
Computes Massey products.
| IDGenerators<rank_t> ID |
The identification data.