| 
    The ChainCon Software (Release 0.03)
    
   | 
 
A function that converts a cubical cell into a simplicial set that corresponds to the cartesian product of intervals. More...
#include "chaincon/prodcell.h"#include "chaincon/simplset.h"#include "chomp/system/config.h"#include "chomp/struct/hashsets.h"#include <istream>#include <ostream>#include <algorithm>#include <vector>Go to the source code of this file.
Functions | |
| template<class CubCellT , class SetT > | |
| void | cube2product (const CubCellT &q, SetT &cells) | 
| Transforms an elementary cube into a simplicial set that represents the Cartesian product of the simplicial sets corresponding to the edges of the cube.  More... | |
A function that converts a cubical cell into a simplicial set that corresponds to the cartesian product of intervals.
Definition in file cubproduct.h.
      
  | 
  inline | 
Transforms an elementary cube into a simplicial set that represents the Cartesian product of the simplicial sets corresponding to the edges of the cube.
Definition at line 57 of file cubproduct.h.
Referenced by computeSteenrodSquares(), and main().
 1.8.13