![]() |
Mackey
V3.1
A C++ library for computing RO(G) graded homology
|
Tensor product of chain complexes and more. More...
#include <Box.hpp>
Public Member Functions | |
_output_t & | tensor () |
Returns the tensor product. More... | |
auto & | optional () |
Returns the optional parameter (detailed rank) More... | |
const _output_t & | tensor () const |
Returns the tensor product. More... | |
const auto & | optional () const |
Returns the optional parameter (detailed rank) More... | |
template<typename _input_t > | |
Tensor (const _input_t &A, const _input_t &B, int i=-1) | |
Constructor that tensors A,B and optionally at given location only. More... | |
Tensor product of chain complexes and more.
_output_t | The result type of tensor(). Used to resolve "overloads" |
_optional_t | The result type of optional(), as long as it's not void. This is the |
Tensor | ( | const _input_t & | A, |
const _input_t & | B, | ||
int | i = -1 |
||
) |
Constructor that tensors A,B and optionally at given location only.
_input_t | The type of inputs A,B |
A | The first factor of the tensor product |
B | The second factor of the tensor product |
i | Optionally only perform the tensor at given location. If i==-1 (default) then i is ignored. |
_output_t& tensor | ( | ) |
Returns the tensor product.
auto& optional | ( | ) |
Returns the optional parameter (detailed rank)
const _output_t& tensor | ( | ) | const |
Returns the tensor product.
const auto& optional | ( | ) | const |
Returns the optional parameter (detailed rank)