![]() |
My Project
debian-1:4.1.1-p2+ds-4build4
|
#include "kernel/mod2.h"
#include "misc/options.h"
#include "polys/simpleideals.h"
#include "polys/prCopy.h"
#include "polys/nc/sca.h"
#include "polys/nc/gb_hack.h"
#include "kernel/polys.h"
#include "kernel/ideals.h"
#include "kernel/GBEngine/kstd1.h"
#include "kernel/GBEngine/kutil.h"
#include "kernel/GBEngine/nc.h"
Go to the source code of this file.
Macros | |
#define | PLURAL_INTERNAL_DECLARATIONS |
#define | NO_BUCKETS |
Functions | |
void | nc_gr_initBba (ideal F, kStrategy strat) |
nc_gr_initBba is needed for sca_gr_bba and gr_bba. More... | |
void | addLObject (LObject &h, kStrategy &strat) |
ideal | k_sca_gr_bba (const ideal F, const ideal Q, const intvec *, const intvec *, kStrategy strat, const ring _currRing) |
Modified Plural's Buchberger's algorithmus. More... | |
ideal | k_sca_bba (const ideal F, const ideal Q, const intvec *, const intvec *, kStrategy strat, const ring _currRing) |
Modified modern Sinuglar Buchberger's algorithm. More... | |
static BOOLEAN | kMoraUseBucket (kStrategy) |
ideal | k_sca_mora (const ideal F, const ideal Q, const intvec *, const intvec *, kStrategy strat, const ring _currRing) |
Modified modern Sinuglar Mora's algorithm. More... | |
#define NO_BUCKETS |
Definition at line 23 of file sca.cc.
ideal k_sca_bba | ( | const ideal | F, |
const ideal | Q, | ||
const intvec * | , | ||
const intvec * | , | ||
kStrategy | strat, | ||
const ring | _currRing | ||
) |
Modified modern Sinuglar Buchberger's algorithm.
Definition at line 368 of file sca.cc.
ideal k_sca_gr_bba | ( | const ideal | F, |
const ideal | Q, | ||
const intvec * | , | ||
const intvec * | , | ||
kStrategy | strat, | ||
const ring | _currRing | ||
) |
Modified Plural's Buchberger's algorithmus.
Definition at line 95 of file sca.cc.
ideal k_sca_mora | ( | const ideal | F, |
const ideal | Q, | ||
const intvec * | , | ||
const intvec * | , | ||
kStrategy | strat, | ||
const ring | _currRing | ||
) |
Modified modern Sinuglar Mora's algorithm.
Definition at line 885 of file sca.cc.
void nc_gr_initBba | ( | ideal | F, |
kStrategy | strat | ||
) |
nc_gr_initBba is needed for sca_gr_bba and gr_bba.
Definition at line 965 of file gr_kstd2.cc.