The ChainCon Software (Release 0.03)
Classes | Functions
combchain.h File Reference

A combinatorial chain, that is, a chain with Z_2 coefficients. More...

#include <istream>
#include <ostream>
#include "chomp/system/config.h"
#include "chomp/struct/hashsets.h"
#include "chaincon/ringz2.h"

Go to the source code of this file.

Classes

class  tCombChain< CellT >
 A combinatorial chain. More...
 

Functions

template<class CellT >
std::ostream & operator<< (std::ostream &out, const tCombChain< CellT > &c)
 Writes a combinatorial chain to an output stream. More...
 
template<class CellT >
std::istream & operator>> (std::istream &in, tCombChain< CellT > &c)
 Reads a combinatorial chain from an input stream. More...
 
template<class CellT >
tCombChain< CellT > operator+ (const tCombChain< CellT > &a, const tCombChain< CellT > &b)
 

Detailed Description

A combinatorial chain, that is, a chain with Z_2 coefficients.

Definition in file combchain.h.

Function Documentation

◆ operator+()

template<class CellT >
tCombChain<CellT> operator+ ( const tCombChain< CellT > &  a,
const tCombChain< CellT > &  b 
)

Definition at line 218 of file combchain.h.

◆ operator<<()

template<class CellT >
std::ostream& operator<< ( std::ostream &  out,
const tCombChain< CellT > &  c 
)

Writes a combinatorial chain to an output stream.

Definition at line 190 of file combchain.h.

References tCombChain< CellT >::getCell(), and tCombChain< CellT >::size().

◆ operator>>()

template<class CellT >
std::istream& operator>> ( std::istream &  in,
tCombChain< CellT > &  c 
)

Reads a combinatorial chain from an input stream.

Definition at line 209 of file combchain.h.