Changeset 08e119d in git
- Timestamp:
- Jan 9, 2014, 1:14:54 AM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 8acd72dc572eb399da3bf3001abcc346a91e0a0a
- Parents:
- 7ddcb2bda36848984bc2ae47b759ed070d799240
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-09 01:14:54+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-09 01:16:18+01:00
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/claptmpl.cc
r7ddcb2 r08e119d 19 19 20 20 // templates for fglm: 21 22 21 template class List<fglmSelem>; 22 template class ListItem<fglmSelem>; 23 23 template class ListIterator<fglmSelem>; 24 25 24 template class List<fglmDelem>; 25 template class ListItem<fglmDelem>; 26 26 template class ListIterator<fglmDelem>; 27 27 … … 45 45 #include <kernel/kmatrix.h> 46 46 47 template classKMatrix<Rational>;47 template class KMatrix<Rational>; 48 48 49 49 #ifdef KMATRIX_PRINT -
kernel/fglmzero.cc
r7ddcb2 r08e119d 1244 1244 } 1245 1245 1246 template class List<fglmSelem>;1247 template class ListItem<fglmSelem>;1248 template class ListIterator<fglmSelem>;1249 template class List<fglmDelem>;1250 template class ListItem<fglmDelem>;1251 template class ListIterator<fglmDelem>;1252 1253 1254 1246 // ---------------------------------------------------------------------------- 1255 1247 // Local Variables: *** -
kernel/npolygon.cc
r7ddcb2 r08e119d 396 396 // ---------------------------------------------------------------------------- 397 397 398 template class KMatrix<Rational>;399 400 398 newtonPolygon::newtonPolygon( poly f, const ring s ) 401 399 { -
kernel/tgb.cc
r7ddcb2 r08e119d 5048 5048 } 5049 5049 5050 #if 0 5050 5051 template int pos_helper<int, int*>(skStrategy*, spolyrec*, int, int*, spolyrec**); 5051 5052 template int pos_helper<long, long*>(skStrategy*, spolyrec*, long, long*, spolyrec**); … … 5157 5158 template void std::make_heap<CoefIdx<unsigned int>*>(CoefIdx<unsigned int>*, CoefIdx<unsigned int>*); 5158 5159 template void std::make_heap<CoefIdx<unsigned short>*>(CoefIdx<unsigned short>*, CoefIdx<unsigned short>*); 5159 5160 #endif 5160 5161 5161 5162 #if 0
Note: See TracChangeset
for help on using the changeset viewer.