![]() |
My Project
|
#include "polys/monomials/p_polys.h"#include "Singular/ipid.h"#include "singularWishlist.h"#include "ppinitialReduction.h"Go to the source code of this file.
Functions | |
| bool | isOrderingLocalInT (const ring r) |
| void | divideByCommonGcd (poly &g, const ring r) |
| void | pReduce (poly &g, const number p, const ring r) |
| bool | p_xLeadmonomDivisibleBy (const poly g, const poly f, const ring r) |
| void | pReduceInhomogeneous (poly &g, const number p, const ring r) |
| void | ptNormalize (poly *gStar, const number p, const ring r) |
| void | ptNormalize (ideal I, const number p, const ring r) |
| BOOLEAN | ptNormalize (leftv res, leftv args) |
| void | pReduce (ideal &I, const number p, const ring r) |
| bool | ppreduceInitially (poly *hStar, const poly g, const ring r) |
| reduces h initially with respect to g, returns false if h was initially reduced in the first place, returns true if reductions have taken place. | |
| bool | ppreduceInitially (ideal I, const number p, const ring r) |
| int | ppreduceInitially (ideal I, const number p, const poly g, const ring r) |
| static poly | ppNext (poly p, int l) |
| static void | sortMarks (const ideal H, const ring r, std::vector< mark > &T) |
| static poly | getTerm (const ideal H, const mark ab) |
| static void | adjustMarks (std::vector< mark > &T, const int newEntry) |
| static void | cleanupMarks (const ideal H, std::vector< mark > &T) |
| bool | ppreduceInitially (ideal &H, const number p, const ideal G, const ring r) |
| bool | ppreduceInitially (ideal I, const ring r, const number p) |
| reduces I initially with respect to itself. | |
Definition at line 491 of file ppinitialReduction.cc.
| void divideByCommonGcd | ( | poly & | g, |
| const ring | r ) |
Definition at line 21 of file ppinitialReduction.cc.
Definition at line 472 of file ppinitialReduction.cc.
| bool isOrderingLocalInT | ( | const ring | r | ) |
Definition at line 8 of file ppinitialReduction.cc.
Definition at line 118 of file ppinitialReduction.cc.
|
static |
Definition at line 432 of file ppinitialReduction.cc.
Definition at line 510 of file ppinitialReduction.cc.
Definition at line 374 of file ppinitialReduction.cc.
Definition at line 323 of file ppinitialReduction.cc.
reduces I initially with respect to itself.
assumes that the generators of I are homogeneous in x and that p-t is in I.
sorts Hi according to degree in t in descending order (lowest first, highest last)
Definition at line 599 of file ppinitialReduction.cc.
reduces h initially with respect to g, returns false if h was initially reduced in the first place, returns true if reductions have taken place.
assumes that h and g are in pReduced form and homogeneous in x of the same degree
Definition at line 284 of file ppinitialReduction.cc.
Definition at line 263 of file ppinitialReduction.cc.
Definition at line 54 of file ppinitialReduction.cc.
Definition at line 132 of file ppinitialReduction.cc.
Definition at line 230 of file ppinitialReduction.cc.
Definition at line 238 of file ppinitialReduction.cc.
Definition at line 196 of file ppinitialReduction.cc.
Definition at line 445 of file ppinitialReduction.cc.