The ChainCon Software (Release 0.03)
Functions
awdiagsimgen.h File Reference

A version of the Alexander-Whitney diagonal for general simplicial sets. More...

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

Go to the source code of this file.

Functions

template<class SimCellT >
void AWdiagonal (const SimCellT &s, tCombTensor< SimCellT, SimCellT > &t)
 Computes the Alexander-Whitney diagonal of a simplicial cell. More...
 
template<class SimCellT , class CoefT >
void AWdiagonal (const SimCellT &s, tTensor< SimCellT, SimCellT, CoefT > &t)
 Computes the Alexander-Whitney diagonal of a simplicial cell. More...
 

Detailed Description

A version of the Alexander-Whitney diagonal for general simplicial sets.

Definition in file awdiagsimgen.h.

Function Documentation

◆ AWdiagonal() [1/2]

template<class SimCellT >
void AWdiagonal ( const SimCellT &  s,
tCombTensor< SimCellT, SimCellT > &  t 
)
inline

Computes the Alexander-Whitney diagonal of a simplicial cell.

Definition at line 51 of file awdiagsimgen.h.

References EZ_AW().

◆ AWdiagonal() [2/2]

template<class SimCellT , class CoefT >
void AWdiagonal ( const SimCellT &  s,
tTensor< SimCellT, SimCellT, CoefT > &  t 
)
inline

Computes the Alexander-Whitney diagonal of a simplicial cell.

Definition at line 60 of file awdiagsimgen.h.

References EZ_AW().