| 
    The ChainCon Software (Release 0.03)
    
   | 
 
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... | |
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.
      
  | 
  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().
 1.8.13