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

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...
 

Detailed Description

A function that converts a cubical cell into a simplicial set that corresponds to the cartesian product of intervals.

Definition in file cubproduct.h.

Function Documentation

◆ cube2product()

template<class CubCellT , class SetT >
void cube2product ( const CubCellT &  q,
SetT &  cells 
)
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().