|
The ChainCon Software (Release 0.03)
|
A version of the Alexander-Whitney diagonal for general simplicial sets. More...
#include <istream>#include <ostream>#include "chomp/system/config.h"#include "chaincon/combtensor.h"#include "chaincon/tensor.h"#include "chaincon/ez_aw.h"Go to the source code of this file.
Functions | |
| template<class SimCellT > | |
| void | AWdiagonal (const SimCellT &s, tCombTensor< SimCellT, SimCellT > &t) |
| Computes the Alexander-Whitney diagonal of a simplicial cell. More... | |
| template<class SimCellT , class CoefT > | |
| void | AWdiagonal (const SimCellT &s, tTensor< SimCellT, SimCellT, CoefT > &t) |
| Computes the Alexander-Whitney diagonal of a simplicial cell. More... | |
A version of the Alexander-Whitney diagonal for general simplicial sets.
Definition in file awdiagsimgen.h.
|
inline |
Computes the Alexander-Whitney diagonal of a simplicial cell.
Definition at line 51 of file awdiagsimgen.h.
References EZ_AW().
|
inline |
Computes the Alexander-Whitney diagonal of a simplicial cell.
Definition at line 60 of file awdiagsimgen.h.
References EZ_AW().
1.8.13