|
The ChainCon Software (Release 0.03)
|
Alexander-Whitney diagonal of a chain. More...
#include <istream>#include <ostream>#include "chomp/system/config.h"#include "chaincon/combtensor.h"#include "chaincon/tensor.h"Go to the source code of this file.
Functions | |
| template<class CellT > | |
| void | AWdiagonal (const tCombChain< CellT > &ch, tCombTensor< CellT, CellT > &t) |
| Computes the Alexander-Whitney diagonal of a chain, using the procedure defined for individual cells. More... | |
| template<class CellT , class CoefT > | |
| void | AWdiagonal (const tChain< CellT, CoefT > &ch, tTensor< CellT, CellT, CoefT > &t) |
| Computes the Alexander-Whitney diagonal of a chain, using the procedure defined for individual cells. More... | |
Alexander-Whitney diagonal of a chain.
Definition in file awdiag.h.
|
inline |
Computes the Alexander-Whitney diagonal of a chain, using the procedure defined for individual cells.
Definition at line 51 of file awdiag.h.
Referenced by AWdiagonal(), computeAWdiagonal2d(), cring(), experiment(), and main().
|
inline |
Computes the Alexander-Whitney diagonal of a chain, using the procedure defined for individual cells.
Definition at line 63 of file awdiag.h.
References AWdiagonal().
1.8.13