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

A generic procedure for the computation of the Steenrod squares for an algebraic topological model. More...

#include <istream>
#include <ostream>
#include <string>
#include "chaincon/stringhash.h"
#include "chomp/system/config.h"
#include "chomp/system/textfile.h"
#include "chomp/system/timeused.h"
#include "chomp/system/arg.h"
#include "chomp/struct/hashsets.h"
#include "chaincon/chain.h"
#include "chaincon/linmap.h"
#include "chaincon/homcohom.h"
#include "chaincon/pair.h"
#include "chaincon/cring.h"

Go to the source code of this file.

Functions

template<class SimCellT , class CoefT , class CellArray1 , class CellArray2 , class CellArray3 , class CoefArray , class CellNames >
void computeSteenrodSquares (const CellArray1 &H, const CellArray2 &A, const CellArray3 &B, const CoefArray &Q, const tLinMap< SimCellT, SimCellT, CoefT > &pi, const tLinMap< SimCellT, SimCellT, CoefT > &incl, CellNames &cohomCellNames, int ssquareVersion, bool verify)
 Computes the Steenrod squares, given an AT model of a cell complex. More...
 

Detailed Description

A generic procedure for the computation of the Steenrod squares for an algebraic topological model.

This is a complete procedure good for simplicial, cubical, or other complexes.

Definition in file ssqcomp.h.

Function Documentation

◆ computeSteenrodSquares()

template<class SimCellT , class CoefT , class CellArray1 , class CellArray2 , class CellArray3 , class CoefArray , class CellNames >
void computeSteenrodSquares ( const CellArray1 &  H,
const CellArray2 &  A,
const CellArray3 &  B,
const CoefArray &  Q,
const tLinMap< SimCellT, SimCellT, CoefT > &  pi,
const tLinMap< SimCellT, SimCellT, CoefT > &  incl,
CellNames &  cohomCellNames,
int  ssquareVersion,
bool  verify 
)
inline

Computes the Steenrod squares, given an AT model of a cell complex.

Definition at line 66 of file ssqcomp.h.

References cells2names(), cring(), getHomCohom(), ssquares1(), and ssquares2().