![]() |
Mackey
V3.1
A C++ library for computing RO(G) graded homology
|
Stores Massey products and their indeterminacy. More...
#include <Massey.hpp>
Public Member Functions | |
| Massey () | |
| Set 0 by default. More... | |
| Massey (const chains_t< group_t > &, const chains_t< group_t > &, const chains_t< group_t > &, int, int, int, int, int, int, int, bool) | |
| Compute Massey product given level, generator degrees and selections. More... | |
Public Attributes | |
| rank_t | basis |
| Expresses the Massey product as a linear combination of the generators of the box product. More... | |
| rank_t | normalBasis |
| Same as basis, but normalized. More... | |
| AbelianGroup< rank_t > | Groups |
| The homology group the product lives in. More... | |
| std::array< rank_t, 2 > | indeterminacy |
| The indeterminacy of the Massey product, stored as two bases. More... | |
| IDGenerators< rank_t > | boxID |
| Identification data for the generators of the Massey product. More... | |
| bool | exists |
| If the Massey product exists. More... | |
| bool | noIndeterminacy |
| If the Massey product has no indeterminacy. More... | |
| bool | isZero |
| If the Massey product is 0. More... | |
Stores Massey products and their indeterminacy.
| Massey | ( | ) |
Set 0 by default.
| Massey | ( | const chains_t< group_t > & | , |
| const chains_t< group_t > & | , | ||
| const chains_t< group_t > & | , | ||
| int | , | ||
| int | , | ||
| int | , | ||
| int | , | ||
| int | , | ||
| int | , | ||
| int | , | ||
| bool | |||
| ) |
Compute Massey product given level, generator degrees and selections.
| rank_t basis |
Expresses the Massey product as a linear combination of the generators of the box product.
| rank_t normalBasis |
Same as basis, but normalized.
| AbelianGroup<rank_t> Groups |
The homology group the product lives in.
| std::array<rank_t, 2> indeterminacy |
The indeterminacy of the Massey product, stored as two bases.
| IDGenerators<rank_t> boxID |
Identification data for the generators of the Massey product.
| bool exists |
If the Massey product exists.
| bool noIndeterminacy |
If the Massey product has no indeterminacy.
| bool isZero |
If the Massey product is 0.