Changeset ac5926 in git for kernel/GBEngine/kutil.h


Ignore:
Timestamp:
Aug 29, 2022, 3:45:05 PM (20 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
295424033ae789da33cc0fe7c27571815b5ce280
Parents:
cacb13f363f9ecf08a35d85136d1a5f52bcc974f
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-08-29 15:45:05+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-08-29 15:50:42+02:00
Message:
ksCheckCoeff: ring case: reduce(a,b): do not multiply a
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kutil.h

    rcacb13 rac5926  
    700700//         -1 tailRing change could not be performed due to exceeding exp
    701701//            bound of currRing
     702//  reduce should be set inside "kNF" (only relevant for rings)
    702703int ksReducePoly(LObject* PR,
    703704                 TObject* PW,
     
    705706                 number *coef = NULL,
    706707                 poly *mon =NULL,
    707                  kStrategy strat = NULL);
     708                 kStrategy strat = NULL,
     709                 BOOLEAN redtail = FALSE);
    708710
    709711/* like ksReducePoly, but if the reducer has only 1 term we still
Note: See TracChangeset for help on using the changeset viewer.