Changeset 5d51ebc in git


Ignore:
Timestamp:
Aug 14, 2009, 1:15:34 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3aa622afd8e340af437548d7d64dda80abc259af
Parents:
24dc50af449184498ea9b270a1a08b0aae1a364d
Message:
*hannes: removed some tgb templates (not needed)


git-svn-id: file:///usr/local/Singular/svn/trunk@12067 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/claptmpl.cc

    r24dc50 r5d51ebc  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: claptmpl.cc,v 1.44 2009-07-28 14:18:32 Singular Exp $
     5// $Id: claptmpl.cc,v 1.45 2009-08-14 11:15:34 Singular Exp $
    66/*
    77* ABSTRACT - instantiation of all templates
     
    240240//template class std::vector<NoroPlaceHolder>;
    241241//template class std::vector<std::vector<NoroPlaceHolder> >;
    242 template class std::vector<DataNoroCacheNode<tgb_uint16>* >;
    243 template class std::vector<DataNoroCacheNode<tgb_uint8>* >;
     242//template class std::vector<DataNoroCacheNode<tgb_uint16>* >;
     243//template class std::vector<DataNoroCacheNode<tgb_uint8>* >;
    244244template class std::vector<DataNoroCacheNode<tgb_uint32>* >;
    245 template SparseRow<tgb_uint16> * noro_red_to_non_poly_t<tgb_uint16>(poly p, int &len, NoroCache<tgb_uint16>* cache,slimgb_alg* c);
     245//template SparseRow<tgb_uint16> * noro_red_to_non_poly_t<tgb_uint16>(poly p, int &len, NoroCache<tgb_uint16>* cache,slimgb_alg* c);
    246246template SparseRow<tgb_uint32>* noro_red_to_non_poly_t<tgb_uint32>(poly p, int &len, NoroCache<tgb_uint32>* cache,slimgb_alg* c);
    247 template SparseRow<tgb_uint8>* noro_red_to_non_poly_t<tgb_uint8>(poly p, int &len, NoroCache<tgb_uint8>* cache,slimgb_alg* c);
    248 template void simplest_gauss_modp<tgb_uint16> (tgb_uint16* a, int nrows,int ncols);
     247//template SparseRow<tgb_uint8>* noro_red_to_non_poly_t<tgb_uint8>(poly p, int &len, NoroCache<tgb_uint8>* cache,slimgb_alg* c);
     248//template void simplest_gauss_modp<tgb_uint16> (tgb_uint16* a, int nrows,int ncols);
    249249template void simplest_gauss_modp<tgb_uint32> (tgb_uint32* a, int nrows,int ncols);
    250 template void simplest_gauss_modp<tgb_uint8> (tgb_uint8* a, int nrows,int ncols);
    251 template poly row_to_poly<tgb_uint8>(tgb_uint8* row, poly* terms, int tn, ring r);
     250//template void simplest_gauss_modp<tgb_uint8> (tgb_uint8* a, int nrows,int ncols);
     251//template poly row_to_poly<tgb_uint8>(tgb_uint8* row, poly* terms, int tn, ring r);
    252252template poly row_to_poly<tgb_uint32>(tgb_uint32* row, poly* terms, int tn, ring r);
    253 template poly row_to_poly<tgb_uint16>(tgb_uint16* row, poly* terms, int tn, ring r);
     253//template poly row_to_poly<tgb_uint16>(tgb_uint16* row, poly* terms, int tn, ring r);
    254254template void noro_step<tgb_uint8>(poly*p,int &pn,slimgb_alg* c);
    255255template void noro_step<tgb_uint16>(poly*p,int &pn,slimgb_alg* c);
Note: See TracChangeset for help on using the changeset viewer.