![]() |
Mackey
V3.1
A C++ library for computing RO(G) graded homology
|
The input for Homology, consisting of an entering and an exiting differential. More...
#include <Chains.hpp>
Public Types | |
| typedef _rank | rank_t |
| The rank type. More... | |
| typedef _diff | diff_t |
| The differential type. More... | |
Public Member Functions | |
| Junction (const rank_t &, const rank_t &, const rank_t &, const diff_t &, const diff_t &) | |
| Construct Junction by directly setting the elements. More... | |
| Junction ()=default | |
| Default constructor. More... | |
| Junction (const Chains< rank_t, diff_t > &, int) | |
| Extract the Junction C[i+1]->C[i]->C[i-1] from the Chains C. More... | |
Public Attributes | |
| rank_t | rank |
| The rank of the middle group. More... | |
| rank_t | rankOut |
| The rank of the rightmost group. More... | |
| rank_t | rankIn |
| The rank of the leftmost group. More... | |
| diff_t | diffOut |
| The exiting differential. More... | |
| diff_t | diffIn |
| The entering differential. More... | |
Friends | |
| template<typename , typename > | |
| class | Tensor |
The input for Homology, consisting of an entering and an exiting differential.
This is the part C[i+1]-->C[i]-->C[i-1] of a Chain complex C. C[i]-->C[i-1] is the "Out" part while C[i+1]-->C[i] is the "In" part.
| typedef _rank rank_t |
The rank type.
| typedef _diff diff_t |
The differential type.
Construct Junction by directly setting the elements.
|
default |
Default constructor.
|
friend |
| rank_t rank |
The rank of the middle group.
| rank_t rankOut |
The rank of the rightmost group.
| rank_t rankIn |
The rank of the leftmost group.
| diff_t diffOut |
The exiting differential.
| diff_t diffIn |
The entering differential.