Changeset 3b1ebb in git for kernel/GBEngine/kutil.h


Ignore:
Timestamp:
Oct 5, 2018, 12:09:56 PM (6 years ago)
Author:
Christian Eder
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
28ac7f47ccca7ef7dbc24705df22abae3603b39b
Parents:
83f82e55df65ec0df97ef0fb229a2d07b8f06cff
git-author:
Christian Eder <ederc@mathematik.uni-kl.de>2018-10-05 12:09:56+02:00
git-committer:
Christian Eder <ederc@mathematik.uni-kl.de>2018-10-05 12:37:42+02:00
Message:
adds declarations for new functions introduced in previous commits
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kutil.h

    r83f82e5 r3b1ebb  
    489489KINLINE poly redtailBba_Z (poly p,int end_pos,kStrategy strat);
    490490poly redtailBba_Z (LObject* L, int end_pos, kStrategy strat );
     491void redtailBbaAlsoLC_Z (LObject* L, int end_pos, kStrategy strat );
    491492#endif
    492493poly redtailBba (LObject *L, int end_pos,kStrategy strat,
     
    555556void enterSyz (LObject &p,kStrategy strat, int atT);
    556557void enterT (LObject &p,kStrategy strat, int atT = -1);
     558void replaceInLAndSAndT(LObject &p, kStrategy strat, int pos);
     559int replaceOneStrongPoly (poly si,poly p,kStrategy strat, int posInL);
     560int replaceOneSPoly (poly si,poly p,kStrategy strat, int posInL);
    557561#ifdef HAVE_RINGS
    558562void enterT_strong (LObject &p,kStrategy strat, int atT = -1);
     
    594598int kFindDivisibleByInT(const kStrategy strat, const LObject* L, const int start=0);
    595599int kFindDivisibleByInT_Z(const kStrategy strat, const LObject* L, const int start=0);
     600int kFindSameLMInT_Z(const kStrategy strat, const LObject* L, const int start=0);
    596601
    597602/// return -1 if no divisor is found
     
    701706                 kStrategy strat = NULL);
    702707
     708
     709int ksReducePolyGCD(LObject* PR,
     710                 TObject* PW,
     711                 poly spNoether = NULL,
     712                 number *coef = NULL,
     713                 kStrategy strat = NULL);
     714
    703715int ksReducePolyBound(LObject* PR,
    704716                 TObject* PW,
Note: See TracChangeset for help on using the changeset viewer.