The Alexander-Whitney operator as a component of the Eilenberg-Zilber chain contraction.  
More...
 | 
| template<class ArrayT , class SimCellT >  | 
| void  | AW_cells (ArrayT &sb, const SimCellT &s, bool left) | 
|   | Computes the compositions of face operators on the given simplicial cell to get the appropriate cells for the AW operator.  More...
  | 
|   | 
| template<class SimCellT >  | 
| void  | EZ_AW (const SimCellT &s1, const SimCellT &s2, tCombTensor< SimCellT, SimCellT > &t) | 
|   | Computes the Alexander-Whitney operator on a product of simplicial cells.  More...
  | 
|   | 
| template<class SimCellT , class CoefT >  | 
| void  | EZ_AW (const SimCellT &s1, const SimCellT &s2, tTensor< SimCellT, SimCellT, CoefT > &t) | 
|   | Computes the Alexander-Whitney operator on a product of simplicial cells.  More...
  | 
|   | 
| template<class ProdCellT >  | 
| void  | EZ_AW (const ProdCellT &s, tCombTensor< ProdCellT, ProdCellT > &t) | 
|   | Computes the Alexander-Whitney operator on a product of simplicial cells.  More...
  | 
|   | 
| template<class SimCellT , class ProdCellT , class CoefT >  | 
| void  | EZ_AW (const ProdCellT &s, tTensor< SimCellT, SimCellT, CoefT > &t) | 
|   | Computes the Alexander-Whitney operator on a product of simplicial cells.  More...
  | 
|   | 
| template<class SimCellT , class ProdCellT >  | 
| void  | EZ_AW (const tCombChain< ProdCellT > &s, tCombTensor< SimCellT, SimCellT > &t) | 
|   | Computes the Alexander-Whitney operator on a chain of products of simplicial cells.  More...
  | 
|   | 
| template<class SimCellT , class ProdCellT , class CoefT >  | 
| void  | EZ_AW (const tChain< ProdCellT, CoefT > &s, tTensor< SimCellT, SimCellT, CoefT > &t) | 
|   | Computes the Alexander-Whitney operator on a chain of products of simplicial cells.  More...
  | 
|   | 
The Alexander-Whitney operator as a component of the Eilenberg-Zilber chain contraction. 
Definition in file ez_aw.h.
 
template<class SimCellT > 
  
  
      
        
          | void EZ_AW  | 
          ( | 
          const SimCellT &  | 
          s1,  | 
         
        
           | 
           | 
          const SimCellT &  | 
          s2,  | 
         
        
           | 
           | 
          tCombTensor< SimCellT, SimCellT > &  | 
          t  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   |