![]() |
Mackey
V3.3
A C++ library for computing RO(G) graded homology
|
Contains the class mackey::MackeyFunctor. More...
#include <string>#include <iostream>#include <numeric>#include "Homology/Abelian.hpp"#include "impl/MackeyFunctor.ipp"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... | |
Contains the class mackey::MackeyFunctor.