Changeset 643b1eb in git for libpolys/coeffs/test.cc
- Timestamp:
- May 10, 2011, 3:30:09 PM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- b58d4735ba8885b68e60e175df833c691cd3c04e
- Parents:
- 06541226e172777614f7a62af88d739f6cea424c
- git-author:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-05-10 15:30:09+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:41+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/test.cc
r0654122 r643b1eb 18 18 #include <coeffs/rintegers.h> 19 19 #ifdef HAVE_FACTORY 20 #include <factory/factory.h> 20 int initializeGMP(){ return 1; } 21 21 #endif 22 22 … … 24 24 25 25 using namespace std; 26 27 // template stuff28 #ifdef HAVE_FACTORY29 #include <factory/templates/ftmpl_list.cc>30 #include <factory/templates/ftmpl_array.cc>31 #include <factory/templates/ftmpl_factor.cc>32 #include <factory/templates/ftmpl_functions.h>33 #include <factory/templates/ftmpl_matrix.cc>34 template class Factor<CanonicalForm>;35 template class List<CFFactor>;36 template class ListItem<CFFactor>;37 template class ListItem<CanonicalForm>;38 template class ListIterator<CFFactor>;39 template class List<CanonicalForm>;40 template class List<List<CanonicalForm> >;41 template class ListIterator<CanonicalForm>;42 template class Array<CanonicalForm>;43 template class List<MapPair>;44 template class ListItem<MapPair>;45 template class ListIterator<MapPair>;46 template class Matrix<CanonicalForm>;47 template class SubMatrix<CanonicalForm>;48 template class Array<REvaluation>;49 template bool find ( const List<CanonicalForm> &, const CanonicalForm&);50 template List<CFFactor> Union ( const List<CFFactor>&, const List<CFFactor>& );51 template int operator == ( const Factor<CanonicalForm>&, const Factor<CanonicalForm>& );52 53 template CanonicalForm tmax ( const CanonicalForm&, const CanonicalForm& );54 template CanonicalForm tmin ( const CanonicalForm&, const CanonicalForm& );55 56 template Variable tmax ( const Variable&, const Variable& );57 template Variable tmin ( const Variable&, const Variable& );58 59 template int tmax ( const int&, const int& );60 template int tmin ( const int&, const int& );61 template int tabs ( const int& );62 63 int initializeGMP()64 { return 1; }65 #endif66 26 67 27 #pragma GCC diagnostic ignored "-Wwrite-strings"
Note: See TracChangeset
for help on using the changeset viewer.