A cubical version of the Alexander-Whitney diagonal, based on simplicial subdivision of cubical cells. More...
#include <istream>#include <ostream>#include "chomp/system/config.h"#include "chomp/cubes/pointbas.h"#include "chaincon/cubcell.h"#include "chaincon/combtensor.h"#include "chaincon/combchain.h"#include "chaincon/simplex.h"#include "chaincon/awdiagsim.h"#include "chaincon/awdiag.h"#include "chaincon/simplex.h"#include "chaincon/awdiagsim.h"#include "chaincon/awdiag.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 a simplicial subdivision of the cell. | |
A cubical version of the Alexander-Whitney diagonal, based on simplicial subdivision of cubical cells.
Definition in file awdiagcubs.h.
| tCombTensor<tCubCell<CoordT> > AWdiagonal | ( | const tCubCell< CoordT > & | c ) | [inline] |
Computes the Alexander-Whitney diagonal of a cubical cell using a simplicial subdivision of the cell.
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 60 of file awdiagcubs.h.
References AWdiagonal().
1.7.2