The ChainCon Software (Release 0.03)
Classes
snfchomp.h File Reference

An interface to the SNF computation using the CHomP software package. More...

#include <istream>
#include <ostream>
#include <algorithm>
#include "chomp/system/config.h"
#include "chomp/system/textfile.h"
#include "chomp/system/timeused.h"
#include "chomp/struct/hashsets.h"
#include "chomp/struct/multitab.h"
#include "chomp/struct/integer.h"
#include "chomp/homology/chains.h"
#include "chaincon/chain.h"
#include "chaincon/algcell.h"
#include "chaincon/euclwrap.h"

Go to the source code of this file.

Classes

class  tMatrixSNF< CoefT >
 An interface for the computation of the Smith Normal Form of a series of a few rectangular matrices with coefficients in a Euclidean Domain. More...
 

Detailed Description

An interface to the SNF computation using the CHomP software package.

If you have a more efficient software library that can be used to compute the SNF then you are welcome to use this interface as a template for another header file in which you prepare an interface to use the better algorithm. Please, leave this file intact, create another one, and substitute the header file inclusion in "snf.h".

Definition in file snfchomp.h.