A cubical version of the Alexander-Whitney diagonal. More...
#include <istream>#include <ostream>#include "chomp/system/config.h"#include "chaincon/cubcell.h"#include "chaincon/combtensor.h"#include "chaincon/cubcell.h"Go to the source code of this file.
Functions | |
| template<class CoordT > | |
| tCombTensor< tCubCell< CoordT > > | AWdiagonal (const tCubCell< CoordT > &c) |
| Computes the Alexander-Whitney diagonal of a cubical cell using the formula from Serre's paper. | |
A cubical version of the Alexander-Whitney diagonal.
Definition in file awdiagcub.h.
| tCombTensor<tCubCell<CoordT> > AWdiagonal | ( | const tCubCell< CoordT > & | c ) | [inline] |
Computes the Alexander-Whitney diagonal of a cubical cell using the formula from Serre's paper.
Please, note that this formula has only been implemented for 2-dimensional cells at the moment; the general formula will be implemented soon.
Definition at line 54 of file awdiagcub.h.
1.7.2