Changeset c25b56c in git for kernel/kInline.h


Ignore:
Timestamp:
Aug 6, 2013, 4:02:20 PM (10 years ago)
Author:
Adrian Popescu <adi_popescum@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
3ed6cb7c0359a1466ef15624e7b5eafdc2eb1a8e
Parents:
537733fc1137fef8870804ba8fd5021dbcafa68d
git-author:
Adrian Popescu <adi_popescum@yahoo.de>2013-08-06 16:02:20+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-08-06 17:24:42+02:00
Message:
SB over rings with local ordering

add: new tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kInline.h

    r537733f rc25b56c  
    10041004// get m1 = LCM(LM(p1), LM(p2))/LM(p1)
    10051005//     m2 = LCM(LM(p1), LM(p2))/LM(p2)   in tailRing
    1006 //    lcm = LCM(LM(p1), LM(p2)           in leadRing
     1006//    lcm = LCM(LM(p1), LM(p2))          in leadRing
    10071007KINLINE void k_GetStrongLeadTerms(const poly p1, const poly p2, const ring leadRing,
    10081008                               poly &m1, poly &m2, poly &lcm, const ring tailRing)
Note: See TracChangeset for help on using the changeset viewer.