Changeset 5eb865 in git for kernel/kutil.h
- Timestamp:
- Jun 9, 2009, 8:21:50 PM (14 years ago)
- Branches:
- (u'spielwiese', 'a7324b6e0b44a1a8ed3fa4d9ca3e2ff210ddd52c')
- Children:
- e4be351ada16eebdaa1e48ce01115ffc5287dbd3
- Parents:
- b82abb0dc3349df20acd8231f648b8ff51bc61b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kutil.h
rb82abb r5eb865 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: kutil.h,v 1.4 4 2009-05-06 12:53:48Singular Exp $ */6 /* $Id: kutil.h,v 1.45 2009-06-09 18:21:50 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT: kernel: utils for kStd … … 401 401 LObject* L,const kStrategy strat); 402 402 KINLINE poly redtailBba (poly p,int pos,kStrategy strat,BOOLEAN normalize=FALSE); 403 #ifdef HAVE_RINGS 404 KINLINE poly redtailBba_Z (poly p,int pos,kStrategy strat); 405 poly redtailBba_Z (LObject* L, int pos, kStrategy strat ); 406 #endif 403 407 poly redtailBba (LObject *L, int pos,kStrategy strat, 404 408 BOOLEAN withT = FALSE,BOOLEAN normalize=FALSE);
Note: See TracChangeset
for help on using the changeset viewer.