Changeset ca371d in git
- Timestamp:
- Mar 18, 2009, 5:56:02 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- b54aa2d043fb4147563376e93d87c2f0eb35c7b5
- Parents:
- 3ea5d2ffbbc873513a856cebb58c72fc8cceab6d
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kInline.cc
r3ea5d2f rca371d 7 7 * Author: obachman (Olaf Bachmann) 8 8 * Created: 8/00 9 * Version: $Id: kInline.cc,v 1.1 4 2009-02-26 14:30:23Singular Exp $9 * Version: $Id: kInline.cc,v 1.15 2009-03-18 16:56:02 Singular Exp $ 10 10 *******************************************************************/ 11 11 #ifndef KINLINE_CC … … 966 966 // m2 = LCM(LM(p1), LM(p2))/LM(p2) in tailRing 967 967 // lcm = LCM(LM(p1), LM(p2) in leadRing 968 KINLINE BOOLEANk_GetStrongLeadTerms(const poly p1, const poly p2, const ring leadRing,968 KINLINE void k_GetStrongLeadTerms(const poly p1, const poly p2, const ring leadRing, 969 969 poly &m1, poly &m2, poly &lcm, const ring tailRing) 970 970 { -
kernel/kutil.h
r3ea5d2f rca371d 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: kutil.h,v 1.4 2 2009-02-28 11:49:04Singular Exp $ */6 /* $Id: kutil.h,v 1.43 2009-03-18 16:56:02 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT: kernel: utils for kStd … … 496 496 poly &m1, poly &m2, const ring m_r); 497 497 #ifdef HAVE_RINGS 498 KINLINE BOOLEANk_GetStrongLeadTerms(const poly p1, const poly p2, const ring leadRing,498 KINLINE void k_GetStrongLeadTerms(const poly p1, const poly p2, const ring leadRing, 499 499 poly &m1, poly &m2, poly &lcm, const ring taiRing); 500 500 #endif
Note: See TracChangeset
for help on using the changeset viewer.