![]() |
#include <kernel/mod2.h>#include <misc/options.h>#include <omalloc/omalloc.h>#include <kernel/polys.h>#include <kernel/GBEngine/kstd1.h>#include <kernel/GBEngine/kutil.h>#include <kernel/combinatorics/stairc.h>#include <misc/intvec.h>#include <coeffs/numbers.h>#include <kernel/ideals.h>#include <polys/monomials/ring.h>#include <kernel/GBEngine/syz.h>#include <polys/prCopy.h>#include <polys/nc/sca.h>Go to the source code of this file.
Functions | |
| static intvec * | syPrepareModComp (ideal arg, intvec **w) |
| static void | syDeleteAbove (ideal up, int k) |
| static void | syMinStep (ideal mod, ideal syz, BOOLEAN final=FALSE, ideal up=NULL, tHomog h=isNotHomog) |
| void | syGaussForOne (ideal syz, int elnum, int ModComp, int from, int till) |
| static void | syDeleteAbove1 (ideal up, int k) |
| static void | syMinStep1 (resolvente res, int length) |
| void | syMinimizeResolvente (resolvente res, int length, int first) |
| resolvente | syResolvente (ideal arg, int maxlength, int *length, intvec ***weights, BOOLEAN minim) |
| syStrategy | syResolution (ideal arg, int maxlength, intvec *w, BOOLEAN minim) |
| static poly | sypCopyConstant (poly inp) |
| int | syDetect (ideal id, int index, BOOLEAN homog, int *degrees, int *tocancel) |
| void | syDetect (ideal id, int index, int rsmin, BOOLEAN homog, intvec *degrees, intvec *tocancel) |
| intvec * | syBetti (resolvente res, int length, int *regularity, intvec *weights, BOOLEAN tomin, int *row_shift) |
| ideal | syMinBase (ideal arg) |
| intvec* syBetti | ( | resolvente | res, |
| int | length, | ||
| int * | regularity, | ||
| intvec * | weights, | ||
| BOOLEAN | tomin, | ||
| int * | row_shift | ||
| ) |
Definition at line 793 of file syz.cc.
Definition at line 724 of file syz.cc.
| void syDetect | ( | ideal | id, |
| int | index, | ||
| int | rsmin, | ||
| BOOLEAN | homog, | ||
| intvec * | degrees, | ||
| intvec * | tocancel | ||
| ) |
Definition at line 765 of file syz.cc.
Definition at line 223 of file syz.cc.
Definition at line 1025 of file syz.cc.
| void syMinimizeResolvente | ( | resolvente | res, |
| int | length, | ||
| int | first | ||
| ) |
Definition at line 360 of file syz.cc.
|
static |
Definition at line 87 of file syz.cc.
|
static |
Definition at line 294 of file syz.cc.
Definition at line 702 of file syz.cc.
Definition at line 30 of file syz.cc.
| syStrategy syResolution | ( | ideal | arg, |
| int | maxlength, | ||
| intvec * | w, | ||
| BOOLEAN | minim | ||
| ) |
Definition at line 623 of file syz.cc.
| resolvente syResolvente | ( | ideal | arg, |
| int | maxlength, | ||
| int * | length, | ||
| intvec *** | weights, | ||
| BOOLEAN | minim | ||
| ) |
Definition at line 394 of file syz.cc.