Changeset d918007 in git


Ignore:
Timestamp:
Aug 3, 2010, 5:05:45 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
001a38f726fb5791712c026b1f0d1e64444f5ee6
Parents:
378031f151cd465e83af6341324637b6d74403c1
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-08-03 17:05:45+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:24+01:00
Message:
pTotaldegree
File:
1 edited

Legend:

Unmodified
Added
Removed
  • polys/monomials/p_polys.h

    r378031 rd918007  
    125125// ExpVector(pr) = ExpVector(p1) + ExpVector(p2)
    126126PINLINE1 void p_ExpVectorSum(poly pr, poly p1, poly p2, ring r);
    127 // ExpVector(pr) = ExpVector(p1) + ExpVector(p2)
     127/// ExpVector(pr) = ExpVector(p1) + ExpVector(p2)
    128128PINLINE1 void p_ExpVectorDiff(poly pr, poly p1, poly p2, ring r);
    129 // returns TRUE if ExpVector(p1) == ExpVector(p2), FALSE, otherwise
     129/// returns TRUE if ExpVector(p1) == ExpVector(p2), FALSE, otherwise
    130130PINLINE1 BOOLEAN p_ExpVectorEqual(poly p1, poly p2, ring r);
    131 // returns sum of all exponents of p
     131/// compute the degree of the leading monomial of p
     132/// with respect to weigths 1
     133/// the ordering may not be compatible with degree so do not use p->Order
    132134PINLINE1 long p_Totaldegree(poly p, ring r);
    133135
Note: See TracChangeset for help on using the changeset viewer.