Mackey  V3.3
A C++ library for computing RO(G) graded homology
MultGraph< group_t >::Product_Element_Irreducible Struct Reference

Stores the product of an element and a basic irreducible. More...

#include <Mult_Graph.hpp>

Public Attributes

int deg
 The degree of the product. More...
 
rank_t basis
 The product as a linear combination in G. More...
 
Green< group_t > G
 The Green functor at the degree of the product. More...
 

Detailed Description

template<typename group_t>
struct mackey::MultGraph< group_t >::Product_Element_Irreducible

Stores the product of an element and a basic irreducible.

Member Data Documentation

◆ deg

int deg

The degree of the product.

◆ basis

rank_t basis

The product as a linear combination in G.

◆ G

Green<group_t> G

The Green functor at the degree of the product.


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