![]() |
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 1811 of file kstd1.cc.
Definition at line 2417 of file kstd1.cc.
Definition at line 3797 of file kstd1.cc.
Definition at line 3546 of file kstd1.cc.
Definition at line 3451 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 3216 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 3064 of file kstd1.cc.
Definition at line 3322 of file kstd1.cc.
Definition at line 3224 of file kstd1.cc.
Definition at line 2256 of file kstd1.cc.
Definition at line 2115 of file kstd1.cc.
Definition at line 3387 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 2663 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 2602 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 2430 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 2959 of file kstd1.cc.
Definition at line 33 of file kstdhelper.cc.
Definition at line 270 of file kstdhelper.cc.
Definition at line 281 of file kstdhelper.cc.
Definition at line 1878 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 |