|
| template List< Variable > | Union (const List< Variable > &, const List< Variable > &) |
| template List< Variable > | Difference (const List< Variable > &, const List< Variable > &) |
| template OSTREAM & | operator<< (OSTREAM &os, const List< CanonicalForm > &l) |
| | explicit template function instantiations
|
| template OSTREAM & | operator<< (OSTREAM &os, const List< CFFactor > &l) |
| template OSTREAM & | operator<< (OSTREAM &os, const List< MapPair > &l) |
| template OSTREAM & | operator<< (OSTREAM &, const Array< CanonicalForm > &) |
| template OSTREAM & | operator<< (OSTREAM &, const Factor< CanonicalForm > &) |
| template OSTREAM & | operator<< (OSTREAM &s, const Matrix< CanonicalForm > &M) |
| 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 List< CFFactor > | Union (const List< CFFactor > &, const List< CFFactor > &) |
| template List< CFAFactor > | Union (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< CanonicalForm > | Union (const List< CanonicalForm > &, const List< CanonicalForm > &) |
| template List< CFList > | Union (const List< CFList > &, const List< CFList > &) |
| 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 CanonicalForm | prod (const List< CanonicalForm > &) |
| template bool | find (const List< CanonicalForm > &, const CanonicalForm &) |
| template bool | find (const List< List< CanonicalForm > > &, const List< CanonicalForm > &) |
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.
**/
#include "factory.h"
/** explicit template class instantiations
Definition in file ftmpl_inst.cc.