Changeset e9ade0f in git for Singular/claptmpl.cc
- Timestamp:
- Feb 22, 2007, 3:46:51 PM (17 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 05023393670050d3a3678f07351eda09ade7a6eb
- Parents:
- ebe987f7339e431a23e717106ffe22dacf14a1a2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/claptmpl.cc
rebe987 re9ade0f 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 // $Id: claptmpl.cc,v 1. 39 2007-02-22 10:45:12bricken Exp $5 // $Id: claptmpl.cc,v 1.40 2007-02-22 14:46:51 bricken Exp $ 6 6 /* 7 7 * ABSTRACT - instantiation of all templates … … 227 227 //template class std::vector<std::vector<NoroPlaceHolder> >; 228 228 template class std::vector<DataNoroCacheNode*>; 229 template SparseRow* noro_red_to_non_poly_t<unsigned char>(poly p, int &len, NoroCache* cache,slimgb_alg* c); 230 template SparseRow* noro_red_to_non_poly_t<unsigned short>(poly p, int &len, NoroCache* cache,slimgb_alg* c); 231 template SparseRow* noro_red_to_non_poly_t<unsigned int>(poly p, int &len, NoroCache* cache,slimgb_alg* c); 229 template SparseRow* noro_red_to_non_poly_t<tgb_uint16>(poly p, int &len, NoroCache* cache,slimgb_alg* c); 230 template SparseRow* noro_red_to_non_poly_t<tgb_uint32>(poly p, int &len, NoroCache* cache,slimgb_alg* c); 231 template SparseRow* noro_red_to_non_poly_t<tgb_uint8>(poly p, int &len, NoroCache* cache,slimgb_alg* c); 232 template void simplest_gauss_modp<tgb_uint16> (tgb_uint16* a, int nrows,int ncols); 233 template void simplest_gauss_modp<tgb_uint32> (tgb_uint32* a, int nrows,int ncols); 234 template void simplest_gauss_modp<tgb_uint8> (tgb_uint8* a, int nrows,int ncols); 235 template poly row_to_poly<tgb_uint8>(tgb_uint8* row, poly* terms, int tn, ring r); 236 template poly row_to_poly<tgb_uint32>(tgb_uint32* row, poly* terms, int tn, ring r); 237 template poly row_to_poly<tgb_uint16>(tgb_uint16* row, poly* terms, int tn, ring r); 232 238 //std::priority_queue<MonRedRes> 233 239 #endif
Note: See TracChangeset
for help on using the changeset viewer.