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


Ignore:
Timestamp:
Jul 3, 2015, 1:35:17 PM (8 years ago)
Author:
Adi Popescu <adi_popescum@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
81f40d79bb623106f176d7d1bc3cfb277b750b0e
Parents:
1550ecaad46efdce1c9032818b53259c1f6c108a
Message:
add functions used in std computation over ZZ
posInLRing and posInL11Ring
preIntegerCheck
postReduceByMon
finalReduceByMon
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kutil.h

    r1550eca ra469814  
    200200                      // detected by Buchberger's Product Criterion and can be
    201201                      // deleted
     202
     203  bool strong;
    202204
    203205  // initialization
     
    448450int posInLSig (const LSet set, const int length,
    449451               LObject* L,const kStrategy strat);
     452int posInLRing (const LSet set, const int length,
     453               LObject* L,const kStrategy strat);
    450454int posInSyz (const kStrategy strat, const poly sig);
    451455int posInL0 (const LSet set, const int length,
    452456             LObject* L,const kStrategy strat);
    453457int posInL11 (const LSet set, const int length,
     458             LObject* L,const kStrategy strat);
     459int posInL11Ring (const LSet set, const int length,
    454460             LObject* L,const kStrategy strat);
    455461int posInL13 (const LSet set, const int length,
     
    734740//      FALSE, otherwise
    735741BOOLEAN kCheckStrongCreation(int atR, poly m1, int atS, poly m2, kStrategy strat);
     742poly preIntegerCheck(ideal F, ideal Q);
     743void postReduceByMon(LObject* h, kStrategy strat);
     744void finalReduceByMon(kStrategy &strat);
    736745#endif
    737746// change strat->tailRing and adjust all data in strat, L, and T:
Note: See TracChangeset for help on using the changeset viewer.