19#define KSTD_NF_ECART 2
21#define KSTD_NF_NONORM 4
static CanonicalForm bound(const CFMatrix &M)
long kHomModDeg(poly p, const ring r=currRing)
EXTERN_VAR intvec * kHomW
ideal mora(ideal F, ideal Q, intvec *w, intvec *hilb, kStrategy strat)
void initMora(ideal F, kStrategy strat)
poly k_NF(ideal F, ideal Q, poly p, int syzComp, int lazyReduce, const ring _currRing)
NOTE: this is just a wrapper which sets currRing for the actual kNF call.
ideal kInterRedOld(ideal F, const ideal Q=NULL)
EXTERN_VAR intvec * kModW
BOOLEAN kVerify(ideal F, ideal Q)
ideal stdred(ideal F, ideal Q, tHomog h, intvec **w)
poly kNFBound(ideal F, ideal Q, poly p, int bound, int syzComp=0, int lazyReduce=0)
poly kNF1(ideal F, ideal Q, poly q, kStrategy strat, int lazyReduce)
EXTERN_VAR BITSET kOptions
ideal idDivRem(ideal A, const ideal quot, ideal &factor, ideal *unit, int lazyReduce=0)
ideal rightgb(ideal F, const ideal Q)
long kModDeg(poly p, const ring r=currRing)
BOOLEAN(* s_poly_proc_t)(kStrategy strat)
ideal kInterRed(ideal F, const ideal Q=NULL)
ideal kStd(ideal F, ideal Q, tHomog h, intvec **mw, intvec *hilb=NULL, int syzComp=0, int newIdeal=0, intvec *vw=NULL, s_poly_proc_t sp=NULL)
ideal kSba(ideal F, ideal Q, tHomog h, intvec **mw, int incremental=0, int arri=0, intvec *hilb=NULL, int syzComp=0, int newIdeal=0, intvec *vw=NULL)
poly kNF(ideal F, ideal Q, poly p, int syzComp=0, int lazyReduce=0)
ideal kMin_std(ideal F, ideal Q, tHomog h, intvec **w, ideal &M, intvec *hilb=NULL, int syzComp=0, int reduced=0)
EXTERN_VAR BITSET validOpts
ideal kStdShift(ideal F, ideal Q, tHomog h, intvec **mw, intvec *hilb=NULL, int syzComp=0, int newIdeal=0, intvec *vw=NULL, BOOLEAN rightGB=FALSE)
VAR ring currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and ...