![]() |
My Project
|
Go to the source code of this file.
Macros | |
| #define | KSTD_NF_LAZY 1 |
| #define | KSTD_NF_ECART 2 |
| #define | KSTD_NF_NONORM 4 |
| #define | KSTD_NF_CANCELUNIT 8 |
| #define | KSTD_NF_NOLF 4096 |
Typedefs | |
| typedef BOOLEAN(* | s_poly_proc_t) (kStrategy strat) |
Variables | |
| EXTERN_VAR int | Kstd1_mu |
| EXTERN_VAR int | Kstd1_deg |
| EXTERN_VAR BITSET | kOptions |
| EXTERN_VAR BITSET | validOpts |
| EXTERN_VAR intvec * | kModW |
| EXTERN_VAR intvec * | kHomW |
Definition at line 347 of file kLiftstd.cc.
Definition at line 1820 of file kstd1.cc.
Definition at line 2421 of file kstd1.cc.
Definition at line 3802 of file kstd1.cc.
Definition at line 3551 of file kstd1.cc.
Definition at line 3456 of file kstd1.cc.
| ideal kMin_std | ( | ideal | F, |
| ideal | Q, | ||
| tHomog | h, | ||
| intvec ** | w, | ||
| ideal & | M, | ||
| intvec * | hilb, | ||
| int | syzComp = 0, |
||
| int | reduced = 0 |
||
| ) |
Definition at line 3221 of file kstd1.cc.
| ideal kMin_std2 | ( | ideal | F, |
| ideal | Q, | ||
| tHomog | h, | ||
| intvec ** | w, | ||
| ideal & | M, | ||
| bigintmat * | hilb, | ||
| int | syzComp = 0, |
||
| int | reduced = 0 |
||
| ) |
Definition at line 3069 of file kstd1.cc.
Definition at line 3327 of file kstd1.cc.
Definition at line 3229 of file kstd1.cc.
Definition at line 2260 of file kstd1.cc.
Definition at line 2119 of file kstd1.cc.
Definition at line 3392 of file kstd1.cc.
| ideal kSba | ( | ideal | F, |
| ideal | Q, | ||
| tHomog | h, | ||
| intvec ** | mw, | ||
| int | incremental = 0, |
||
| int | arri = 0, |
||
| bigintmat * | hilb = NULL, |
||
| int | syzComp = 0, |
||
| int | newIdeal = 0, |
||
| intvec * | vw = NULL |
||
| ) |
Definition at line 2668 of file kstd1.cc.
| ideal kStd2 | ( | ideal | F, |
| ideal | Q, | ||
| tHomog | h, | ||
| intvec ** | mw, | ||
| bigintmat * | hilb = NULL, |
||
| int | syzComp = 0, |
||
| int | newIdeal = 0, |
||
| intvec * | vw = NULL, |
||
| s_poly_proc_t | sp = NULL |
||
| ) |
generic interface to GB/SB computations, large hilbert vectors
rIsLPRing already tested above
Definition at line 2607 of file kstd1.cc.
| ideal kStd_internal | ( | ideal | F, |
| ideal | Q, | ||
| tHomog | h, | ||
| intvec ** | w, | ||
| bigintmat * | hilb = NULL, |
||
| int | syzComp = 0, |
||
| int | newIdeal = 0, |
||
| intvec * | vw = NULL, |
||
| s_poly_proc_t | sp = NULL |
||
| ) |
pure GB/SB computations
Definition at line 2434 of file kstd1.cc.
| ideal kStdShift | ( | ideal | F, |
| ideal | Q, | ||
| tHomog | h, | ||
| intvec ** | mw, | ||
| bigintmat * | hilb = NULL, |
||
| int | syzComp = 0, |
||
| int | newIdeal = 0, |
||
| intvec * | vw = NULL, |
||
| BOOLEAN | rightGB = FALSE |
||
| ) |
Definition at line 2964 of file kstd1.cc.
Definition at line 38 of file kstdhelper.cc.
Definition at line 323 of file kstdhelper.cc.
Definition at line 338 of file kstdhelper.cc.
Definition at line 367 of file kverify.cc.
Definition at line 1887 of file kstd1.cc.
| EXTERN_VAR intvec* kHomW |
| EXTERN_VAR intvec* kModW |
| EXTERN_VAR BITSET kOptions |
| EXTERN_VAR int Kstd1_deg |
| EXTERN_VAR int Kstd1_mu |
| EXTERN_VAR BITSET validOpts |