Changeset ffe4fd in git


Ignore:
Timestamp:
Dec 2, 2010, 5:08:30 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
10ca896f95cb3da4ad916bbab81da0da94e37ed5
Parents:
722db68fa52e40537a49b654c41d22424285d092
Message:
code cleanup: kBucketTakeOutComp, pDecrOrdTakeOutComp

git-svn-id: file:///usr/local/Singular/svn/trunk@13703 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/polys.h

    r722db6 rffe4fd  
    374374// On return all components pf *q == 0
    375375void pTakeOutComp(poly *p, long comp, poly *q, int *lq);
    376 // Similar to pTakeOutComp, except that only those components are
    377 // taken out whose Order == order
    378 // ASSUME: monomial ordering is Order compatible, i.e., if m1, m2 Monoms then
    379 //         m1 >= m2 ==> pGetOrder(m1) >= pGetOrder(m2)
    380 void pDecrOrdTakeOutComp(poly *p, long comp, long order,
    381                          poly *q, int *lq);
     376
    382377// This is something weird -- Don't use it, unless you know what you are doing
    383378poly      pTakeOutComp(poly * p, int k);
Note: See TracChangeset for help on using the changeset viewer.