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

Contains the classes mackey::Green, mackey::internal::GreenCompute, mackey::internal::ChainsLevelGen, mackey::internal::ProductGen. More...

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

Go to the source code of this file.

Classes

class  Green< group_t >
 The result of multiplying generators in a Green functor. More...
 
class  ChainsLevelGen< group_t >
 Computes the homology at given level, the generators and their restrictions. More...
 
class  ProductGen< rank_t, diff_t >
 Computes the product of generators at the bottom level. More...
 
class  GreenCompute< group_t >
 Computes the product of generators in a Green functor. More...
 

Namespaces

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

Functions

template<typename group_t >
group_t::rank_t multiply (const chains_t< group_t > &C, const chains_t< group_t > &D, int level, int degreeC, int degreeD, int selectC=0, int selectD=0)
 

Detailed Description