The ChainCon Software (Release 0.03)
Functions
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/tensor.h"

Go to the source code of this file.

Functions

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

Detailed Description

Alexander-Whitney diagonal of a chain.

Definition in file awdiag.h.

Function Documentation

◆ AWdiagonal() [1/2]

template<class CellT >
void AWdiagonal ( const tCombChain< CellT > &  ch,
tCombTensor< CellT, CellT > &  t 
)
inline

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

Definition at line 51 of file awdiag.h.

Referenced by AWdiagonal(), computeAWdiagonal2d(), cring(), experiment(), and main().

◆ AWdiagonal() [2/2]

template<class CellT , class CoefT >
void AWdiagonal ( const tChain< CellT, CoefT > &  ch,
tTensor< CellT, CellT, CoefT > &  t 
)
inline

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

Definition at line 63 of file awdiag.h.

References AWdiagonal().