![]() |
#include <kernel/mod2.h>#include <omalloc/omalloc.h>#include <misc/options.h>#include <misc/intvec.h>#include <polys/weight.h>#include <kernel/polys.h>#include <kernel/GBEngine/kutil.h>#include <kernel/GBEngine/kstd1.h>#include <kernel/GBEngine/khstd.h>#include <kernel/combinatorics/stairc.h>#include <kernel/ideals.h>#include <polys/nc/nc.h>#include <polys/nc/sca.h>#include <kernel/GBEngine/nc.h>#include <kernel/GBEngine/kInline.h>Go to the source code of this file.
Macros | |
| #define | MORA_USE_BUCKETS |
| #define | MYTEST 0 |
| #define | ADIDEBUG 0 |
| #define | ADIDEBUG_NF 0 |
Variables | |
| BITSET | kOptions |
| BITSET | validOpts |
| intvec * | kModW |
| intvec * | kHomW |
Definition at line 129 of file kstd1.cc.
Definition at line 1215 of file kstd1.cc.
| void firstUpdate | ( | kStrategy | strat | ) |
Definition at line 1138 of file kstd1.cc.
Definition at line 899 of file kstd1.cc.
Definition at line 928 of file kstd1.cc.
Definition at line 1279 of file kstd1.cc.
Definition at line 1403 of file kstd1.cc.
Definition at line 1334 of file kstd1.cc.
| void kDebugPrint | ( | kStrategy | strat | ) |
Definition at line 8780 of file kutil.cc.
| long kHomModDeg | ( | poly | p, |
| ring | r | ||
| ) |
Definition at line 2054 of file kstd1.cc.
Definition at line 3059 of file kstd1.cc.
Definition at line 2801 of file kstd1.cc.
Definition at line 2710 of file kstd1.cc.
| ideal kMin_std | ( | ideal | F, |
| ideal | Q, | ||
| tHomog | h, | ||
| intvec ** | w, | ||
| ideal & | M, | ||
| intvec * | hilb, | ||
| int | syzComp, | ||
| int | reduced | ||
| ) |
Definition at line 2447 of file kstd1.cc.
Definition at line 2598 of file kstd1.cc.
Definition at line 2644 of file kstd1.cc.
NOTE: this is just a wrapper which sets currRing for the actual kNF call.
Definition at line 2698 of file kstd1.cc.
Definition at line 1766 of file kstd1.cc.
Definition at line 1900 of file kstd1.cc.
| ideal kSba | ( | ideal | F, |
| ideal | Q, | ||
| tHomog | h, | ||
| intvec ** | w, | ||
| int | sbaOrder, | ||
| int | arri, | ||
| intvec * | hilb, | ||
| int | syzComp, | ||
| int | newIdeal, | ||
| intvec * | vw | ||
| ) |
Definition at line 2202 of file kstd1.cc.
| ideal kStd | ( | ideal | F, |
| ideal | Q, | ||
| tHomog | h, | ||
| intvec ** | w, | ||
| intvec * | hilb, | ||
| int | syzComp, | ||
| int | newIdeal, | ||
| intvec * | vw | ||
| ) |
Definition at line 2067 of file kstd1.cc.
| ideal kStdShift | ( | ideal | F, |
| ideal | Q, | ||
| tHomog | h, | ||
| intvec ** | w, | ||
| intvec * | hilb, | ||
| int | syzComp, | ||
| int | newIdeal, | ||
| intvec * | vw, | ||
| int | uptodeg, | ||
| int | lV | ||
| ) |
Definition at line 2345 of file kstd1.cc.
Definition at line 866 of file kstd1.cc.
Definition at line 1462 of file kstd1.cc.
Definition at line 947 of file kstd1.cc.
Definition at line 176 of file kstd1.cc.
Definition at line 574 of file kstd1.cc.
Definition at line 708 of file kstd1.cc.
Definition at line 351 of file kstd1.cc.
| void reorderL | ( | kStrategy | strat | ) |
Definition at line 808 of file kstd1.cc.
| void updateL | ( | kStrategy | strat | ) |
Definition at line 980 of file kstd1.cc.
| void updateLHC | ( | kStrategy | strat | ) |
Definition at line 1054 of file kstd1.cc.
Definition: polys.h:105
| void updateT | ( | kStrategy | strat | ) |
Definition at line 1114 of file kstd1.cc.
| BITSET kOptions |