My Project
|
Go to the source code of this file.
Functions | |
BOOLEAN | hasTermOfDegree (poly h, int d, const ring r) |
int | hasOne (ideal J, const ring r) |
BOOLEAN | hasAxis (ideal J, int k, const ring r) |
poly | computeWC (const newtonPolygon &np, Rational max_weight, const ring r) |
void | computeNF (ideal stdJ, poly hc, poly wc, spectrumPolyList *NF, const ring r) |
BOOLEAN | ringIsLocal (const ring r) |
BOOLEAN | hasConstTerm (poly h, const ring r) |
BOOLEAN | hasLinearTerm (poly h, const ring r) |
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 28 of file spectrum.h.
Definition at line 30 of file spectrum.h.
int hasOne | ( | ideal | J, |
const ring | r | ||
) |
Definition at line 96 of file spectrum.cc.
Definition at line 46 of file spectrum.cc.
Definition at line 461 of file spectrum.cc.