Functions

chaincon/awdiagcub.h File Reference

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.

Detailed Description

A cubical version of the Alexander-Whitney diagonal.

Definition in file awdiagcub.h.


Function Documentation

template<class CoordT >
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.