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

Contains the class mackey::MackeyFunctor. More...

#include <string>
#include <iostream>
#include <numeric>
#include "Homology/Abelian.hpp"
#include "impl/MackeyFunctor.ipp"
Include dependency graph for MackeyFunctor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MackeyFunctor< rank_t >
 A Mackey Functor. More...
 

Namespaces

 mackey
 Everything in this library is under this namespace.
 

Typedefs

template<typename rank_t >
using iso_t = std::vector< dense_t< rank_t > >
 Isomorphism type of Mackey Functors. More...
 

Functions

template<typename rank_t >
std::ostream & operator<< (std::ostream &, const MackeyFunctor< rank_t > &)
 Print Mackey Functor to output stream. More...
 

Detailed Description

Contains the class mackey::MackeyFunctor.