![]() |
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 2426 of file kstd1.cc.
Definition at line 3806 of file kstd1.cc.
Definition at line 3555 of file kstd1.cc.
Definition at line 3460 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 3225 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 3073 of file kstd1.cc.
Definition at line 3331 of file kstd1.cc.
Definition at line 3233 of file kstd1.cc.
Definition at line 2265 of file kstd1.cc.
Definition at line 2124 of file kstd1.cc.
Definition at line 3396 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 2672 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 2611 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 2439 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 2968 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 |