Changeset 643b1eb in git for libpolys/coeffs/test.cc


Ignore:
Timestamp:
May 10, 2011, 3:30:09 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
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
Message:
include ftmpl_inst.cc in libsingcf.a (template instantiations)

- disabled memutil by default in factory
- include readcf.og in the debug version of factory
- check for ntl in libpolys
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/test.cc

    r0654122 r643b1eb  
    1818#include <coeffs/rintegers.h>
    1919#ifdef HAVE_FACTORY
    20 #include <factory/factory.h>
     20int initializeGMP(){ return 1; }
    2121#endif
    2222
     
    2424
    2525using namespace std;
    26 
    27 // template stuff
    28 #ifdef HAVE_FACTORY
    29   #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 #endif
    6626
    6727#pragma GCC diagnostic ignored "-Wwrite-strings"
Note: See TracChangeset for help on using the changeset viewer.