![]() |
My Project
|
#include "kernel/mod2.h"#include "misc/mylimits.h"#include "coeffs/numbers.h"#include "polys/monomials/p_polys.h"#include "polys/simpleideals.h"#include "misc/intvec.h"#include "polys/monomials/ring.h"#include "kernel/GBEngine/kstd1.h"#include "kernel/combinatorics/stairc.h"#include "kernel/spectrum/multicnt.h"#include "kernel/spectrum/GMPrat.h"#include "kernel/spectrum/kmatrix.h"#include "kernel/spectrum/npolygon.h"#include "kernel/spectrum/splist.h"#include "kernel/spectrum/semic.h"Go to the source code of this file.
Macros | |
| #define | SPECTRUM_CC |
Functions | |
| BOOLEAN | hasTermOfDegree (poly h, int d, const ring r) |
| static BOOLEAN | hasConstTerm (poly h, const ring r) |
| static BOOLEAN | hasLinearTerm (poly h, const ring r) |
| BOOLEAN | hasAxis (ideal J, int k, const ring r) |
| int | hasOne (ideal J, const ring r) |
| int | isMultiple (poly f, poly m, const ring r) |
| poly | computeWC (const newtonPolygon &np, Rational max_weight, const ring r) |
| static poly | normalFormHC (poly f, poly hc, const ring r) |
| static poly | normalFormZ (poly f, poly Z, const ring r) |
| static int | isLeadMonomial (poly m, ideal stdJ, const ring r) |
| static void | setExp (poly m, int *r, const ring s) |
| static BOOLEAN | isWell (const ring r) |
| void | computeNF (ideal stdJ, poly hc, poly wc, spectrumPolyList *NF, const ring r) |
| BOOLEAN | ringIsLocal (const ring r) |
| #define SPECTRUM_CC |
Definition at line 8 of file spectrum.cc.
| void computeNF | ( | ideal | stdJ, |
| poly | hc, | ||
| poly | wc, | ||
| spectrumPolyList * | NF, | ||
| const ring | r | ||
| ) |
Definition at line 309 of file spectrum.cc.
| poly computeWC | ( | const newtonPolygon & | np, |
| Rational | max_weight, | ||
| const ring | r | ||
| ) |
Definition at line 142 of file spectrum.cc.
Definition at line 81 of file spectrum.cc.
Definition at line 63 of file spectrum.cc.
Definition at line 72 of file spectrum.cc.
| int hasOne | ( | ideal | J, |
| const ring | r | ||
| ) |
Definition at line 96 of file spectrum.cc.
Definition at line 46 of file spectrum.cc.
|
inlinestatic |
Definition at line 234 of file spectrum.cc.
| int isMultiple | ( | poly | f, |
| poly | m, | ||
| const ring | r | ||
| ) |
Definition at line 110 of file spectrum.cc.
Definition at line 274 of file spectrum.cc.
|
inlinestatic |
|
inlinestatic |
Definition at line 206 of file spectrum.cc.
Definition at line 461 of file spectrum.cc.