Functions
ftmpl_inst.cc File Reference

Factory's template instantiations. More...

#include "config.h"
#include "cf_iter.h"
#include "canonicalform.h"
#include "cf_assert.h"
#include "cf_reval.h"
#include "cf_map.h"
#include "templates/ftmpl_array.cc"
#include "templates/ftmpl_afactor.cc"
#include "templates/ftmpl_factor.cc"
#include "templates/ftmpl_list.cc"
#include "templates/ftmpl_functions.h"
#include "templates/ftmpl_matrix.cc"
#include <NTL/version.h>

Go to the source code of this file.

Functions

template List< VariableUnion (const List< Variable > &, const List< Variable > &)
 
template List< VariableDifference (const List< Variable > &, const List< Variable > &)
 
template OSTREAMoperator<< (OSTREAM &, const List< CanonicalForm > &)
 explicit template function instantiations More...
 
template OSTREAMoperator<< (OSTREAM &, const List< CFFactor > &)
 
template OSTREAMoperator<< (OSTREAM &, const List< MapPair > &)
 
template OSTREAMoperator<< (OSTREAM &, const Array< CanonicalForm > &)
 
template OSTREAMoperator<< (OSTREAM &, const Factor< CanonicalForm > &)
 
template OSTREAMoperator<< (OSTREAM &, const Matrix< CanonicalForm > &)
 
template OSTREAMoperator<< (OSTREAM &, const Array< REvaluation > &)
 
template int operator== (const Factor< CanonicalForm > &, const Factor< CanonicalForm > &)
 
template int operator== (const AFactor< CanonicalForm > &, const AFactor< CanonicalForm > &)
 
template List< CFFactorUnion (const List< CFFactor > &, const List< CFFactor > &)
 
template List< CFAFactorUnion (const List< CFAFactor > &, const List< CFAFactor > &)
 
template CanonicalForm tmax (const CanonicalForm &, const CanonicalForm &)
 
template CanonicalForm tmin (const CanonicalForm &, const CanonicalForm &)
 
template Variable tmax (const Variable &, const Variable &)
 
template Variable tmin (const Variable &, const Variable &)
 
template int tmax (const int &, const int &)
 
template int tmin (const int &, const int &)
 
template int tabs (const int &)
 
template int operator== (const List< CanonicalForm > &, const List< CanonicalForm > &)
 
template List< CanonicalFormUnion (const List< CanonicalForm > &, const List< CanonicalForm > &)
 
template List< CFListUnion (const List< CFList > &, const List< CFList > &)
 
template List< CanonicalFormDifference (const List< CanonicalForm > &, const List< CanonicalForm > &)
 
template List< List< CanonicalForm > > Difference (const List< List< CanonicalForm > > &, const List< List< CanonicalForm > > &)
 
template List< List< CanonicalForm > > Difference (const List< List< CanonicalForm > > &, const List< CanonicalForm > &)
 
template CanonicalForm prod (const List< CanonicalForm > &)
 
template bool find (const List< CanonicalForm > &, const CanonicalForm &)
 
template bool find (const List< List< CanonicalForm > > &, const List< CanonicalForm > &)
 

Detailed Description

Factory's template instantiations.

For a detailed description how to instantiate Factory's template classes and functions and how to add new instantiations see the `README' file.

Definition in file ftmpl_inst.cc.

Function Documentation

template List<Variable> Difference ( const List< Variable > &  ,
const List< Variable > &   
)
template List<CanonicalForm> Difference ( const List< CanonicalForm > &  ,
const List< CanonicalForm > &   
)
template List<List<CanonicalForm> > Difference ( const List< List< CanonicalForm > > &  ,
const List< List< CanonicalForm > > &   
)
template List<List<CanonicalForm> > Difference ( const List< List< CanonicalForm > > &  ,
const List< CanonicalForm > &   
)
template bool find ( const List< CanonicalForm > &  ,
const CanonicalForm  
)
template bool find ( const List< List< CanonicalForm > > &  ,
const List< CanonicalForm > &   
)
template OSTREAM& operator<< ( OSTREAM ,
const List< CanonicalForm > &   
)

explicit template function instantiations

template OSTREAM& operator<< ( OSTREAM ,
const List< CFFactor > &   
)
template OSTREAM& operator<< ( OSTREAM ,
const List< MapPair > &   
)
template OSTREAM& operator<< ( OSTREAM ,
const Array< CanonicalForm > &   
)
template OSTREAM& operator<< ( OSTREAM ,
const Factor< CanonicalForm > &   
)
template OSTREAM& operator<< ( OSTREAM ,
const Matrix< CanonicalForm > &   
)
template OSTREAM& operator<< ( OSTREAM ,
const Array< REvaluation > &   
)
template int operator== ( const Factor< CanonicalForm > &  ,
const Factor< CanonicalForm > &   
)
template int operator== ( const AFactor< CanonicalForm > &  ,
const AFactor< CanonicalForm > &   
)
template int operator== ( const List< CanonicalForm > &  ,
const List< CanonicalForm > &   
)
template CanonicalForm prod ( const List< CanonicalForm > &  )
template int tabs ( const int &  )
template CanonicalForm tmax ( const CanonicalForm ,
const CanonicalForm  
)
template Variable tmax ( const Variable ,
const Variable  
)
template int tmax ( const int &  ,
const int &   
)
template CanonicalForm tmin ( const CanonicalForm ,
const CanonicalForm  
)
template Variable tmin ( const Variable ,
const Variable  
)
template int tmin ( const int &  ,
const int &   
)
template List<Variable> Union ( const List< Variable > &  ,
const List< Variable > &   
)
template List<CFFactor> Union ( const List< CFFactor > &  ,
const List< CFFactor > &   
)
template List<CFAFactor> Union ( const List< CFAFactor > &  ,
const List< CFAFactor > &   
)
template List<CanonicalForm> Union ( const List< CanonicalForm > &  ,
const List< CanonicalForm > &   
)
template List<CFList> Union ( const List< CFList > &  ,
const List< CFList > &   
)