Changeset ca371d in git for kernel/kInline.cc
- Timestamp:
- Mar 18, 2009, 5:56:02 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- b54aa2d043fb4147563376e93d87c2f0eb35c7b5
- Parents:
- 3ea5d2ffbbc873513a856cebb58c72fc8cceab6d
- File:
-
- 1 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 {
Note: See TracChangeset
for help on using the changeset viewer.