Mackey  V3.1
A C++ library for computing RO(G) graded homology
IDGeneratorCompute< group_t > Class Template Reference

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...
 

Detailed Description

template<typename group_t>
class Mackey::internal::IDGeneratorCompute< group_t >

Computes the homology at given level and the identification data coming from the Mackey functor structure.

Constructor & Destructor Documentation

◆ IDGeneratorCompute()

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.

Friends And Related Function Documentation

◆ IDGenerators

friend class IDGenerators
friend

Compactifies the ID data.

◆ TableInput

friend class TableInput
friend

Forms the input of the Multiplication Table.

◆ GreenCompute

friend class GreenCompute
friend

Computes products.

◆ MasseyCompute

friend class MasseyCompute
friend

Computes Massey products.

Member Data Documentation

◆ ID

IDGenerators<rank_t> ID

The identification data.


The documentation for this class was generated from the following file: