![]() |
Mackey
V3.3
A C++ library for computing RO(G) graded homology
|
Defines the groups \(C_{2^n}\) via mackey::C2Power. More...
Go to the source code of this file.
Classes | |
| struct | C2Power< N, _rank, _diff > |
| Groups \(C_{2^n}\) given rank and differential types. More... | |
| struct | C2Power< N, coeff > |
| Groups \(C_{2^n}\) given coefficient type. More... | |
Namespaces | |
| mackey | |
| Everything in this library is under this namespace. | |
Typedefs | |
| template<typename ... Args> | |
| using | C2 = C2Power< 1, Args... > |
| Group \(C_2\). More... | |
| template<typename ... Args> | |
| using | C4 = C2Power< 2, Args... > |
| Group \(C_4\). More... | |
| template<typename ... Args> | |
| using | C8 = C2Power< 3, Args... > |
| Group \(C_8\). More... | |
| template<typename ... Args> | |
| using | C16 = C2Power< 4, Args... > |
| Group \(C_16\). More... | |
Defines the groups \(C_{2^n}\) via mackey::C2Power.