![]() |
Mackey
V3.1
A C++ library for computing RO(G) graded homology
|
An arrow is a differential with domain and range. 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 | |
Arrow (const rank_t &, const rank_t &, const diff_t &) | |
Arrow ()=default | |
Public Attributes | |
rank_t | domain |
Rank of the domain of the differential. More... | |
rank_t | range |
Rank of the range of the differential. More... | |
diff_t | diff |
The differential. More... | |
Friends | |
template<typename , typename > | |
class | Tensor |
An arrow is a differential with domain and range.
typedef _rank rank_t |
The rank type.
typedef _diff diff_t |
The differential type.
|
default |
|
friend |
rank_t domain |
Rank of the domain of the differential.
rank_t range |
Rank of the range of the differential.
diff_t diff |
The differential.