Functions

chaincon/awdiag.h File Reference

Alexander-Whitney diagonal of a chain. More...

#include <istream>
#include <ostream>
#include "chomp/system/config.h"
#include "chaincon/combtensor.h"
#include "chaincon/combtensor.h"

Go to the source code of this file.

Functions

template<class CellT >
tCombTensor< CellT > AWdiagonal (const tCombChain< CellT > &ch)
 Computes the Alexander-Whitney diagonal of a chain, using the procedure defined for individual cells.

Detailed Description

Alexander-Whitney diagonal of a chain.

Definition in file awdiag.h.


Function Documentation

template<class CellT >
tCombTensor<CellT> AWdiagonal ( const tCombChain< CellT > &  ch ) [inline]

Computes the Alexander-Whitney diagonal of a chain, using the procedure defined for individual cells.

Definition at line 50 of file awdiag.h.

Referenced by AWdiagonal(), and computeAWdiagonal().