![]() |
Mackey
V3.3
A C++ library for computing RO(G) graded homology
|
The library natively supports all groups \(G=C_{2^n}\) but can easily be extended to \(G=C_{p^n}\) for prime \(p\).
The input remaining is \(C_*(S^V)\) for \(V\) a non-virtual \(G\)-rep. See C2n.hpp or C4.hpp for examples.
For general cyclic groups the subgroup diagram is not a vertical tower so the transfer and restriction algorithms will need reworking to take that into account
For more general finite abelian groups we would also need to specify the order of the elements of the group and how they relate to the subgroup diagram to form our equivariant bases.
The library natively supports \(\mathbf Z\) and \(\mathbf Z/p\) constant coefficients. See Z_n.hpp for the implementation of the latter.
For non constant coefficients transferring becomes much more complicated as the modules involved in the free Mackey functors are no longer of the form \(\oplus_HR[G/H]\).