![]() |
Mackey
V3.3
A C++ library for computing RO(G) graded homology
|
Contains the classes mackey::Arrow, mackey::Chains and mackey::Junction. More...
#include <vector>#include <ostream>#include "impl/Chains.ipp"Go to the source code of this file.
Classes | |
| struct | Arrow< _rank, _diff > |
| A differential with domain and range. More... | |
| class | Chains< _rank, _diff > |
| A chain complex. More... | |
| class | Junction< _rank, _diff > |
| Consisting of an entering and an exiting differential. More... | |
Namespaces | |
| mackey | |
| Everything in this library is under this namespace. | |
Functions | |
| template<typename rank_t , typename diff_t > | |
| std::ostream & | operator<< (std::ostream &, const Chains< rank_t, diff_t > &) |
| Prints chain complex. More... | |
Contains the classes mackey::Arrow, mackey::Chains and mackey::Junction.