| 
    The ChainCon Software (Release 0.03)
    
   | 
 
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) | 
A combinatorial chain, that is, a chain with Z_2 coefficients.
Definition in file combchain.h.
| tCombChain<CellT> operator+ | ( | const tCombChain< CellT > & | a, | 
| const tCombChain< CellT > & | b | ||
| ) | 
Definition at line 218 of file combchain.h.
| 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().
| 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.
 1.8.13