![]() |
My Project
debian-1:4.1.1-p2+ds-4
|
#include <vector>#include <map>#include <string.h>#include <stack>#include "singularxx_defs.h"#include "kernel/ideals.h"Go to the source code of this file.
Data Structures | |
| class | SBucketFactory |
| struct | SchreyerSyzygyComputationFlags |
| Computation attribute storage. More... | |
| class | CLCM |
| class | CLeadingTerm |
| class | CReducerFinder |
| struct | CCacheCompare |
| class | SchreyerSyzygyComputation |
Macros | |
| #define | NOPRODUCT 1 |
| #define | NODIVISION 1 |
Typedefs | |
| typedef idrec * | idhdl |
| typedef kBucket * | kBucket_pt |
| typedef sBucket * | sBucket_pt |
| typedef poly | TCacheKey |
| typedef poly | TCacheValue |
| typedef std::map< TCacheKey, TCacheValue, CCacheCompare > | TP2PCache |
| typedef std::map< int, TP2PCache > | TCache |
Functions | |
| poly | leadmonom (const poly p, const ring r, const bool bSetZeroComp=true) |
| return a new term: leading coeff * leading monomial of p with 0 leading component! More... | |
| poly | p_Tail (const poly p, const ring r) |
| return the tail of a given polynomial or vector returns NULL if input is NULL, otherwise the result is a new polynomial/vector in the ring r More... | |
| ideal | id_Tail (const ideal id, const ring r) |
| return the tail of a given ideal or module returns NULL if input is NULL, otherwise the result is a new ideal/module in the ring r NOTE: the resulting rank is autocorrected More... | |
| void | Sort_c_ds (const ideal id, const ring r) |
| inplace sorting of the module (ideal) id wrt <_(c,ds) More... | |
| bool | my_p_LmCmp (poly, poly, const ring) |
| static void | ComputeSyzygy (const ideal L, const ideal T, ideal &LL, ideal &TT, const SchreyerSyzygyComputationFlags A) |
| static ideal | ComputeLeadingSyzygyTerms (const ideal &L, const SchreyerSyzygyComputationFlags A) |
| static ideal | Compute2LeadingSyzygyTerms (const ideal &L, const SchreyerSyzygyComputationFlags A) |
| static poly | FindReducer (poly product, poly syzterm, ideal L, ideal LS, const SchreyerSyzygyComputationFlags A) |
| static poly | TraverseTail (poly multiplier, poly tail, ideal L, ideal T, ideal LS, const SchreyerSyzygyComputationFlags A) |
| static poly | ReduceTerm (poly multiplier, poly term4reduction, poly syztermCheck, ideal L, ideal T, ideal LS, const SchreyerSyzygyComputationFlags A) |
| static poly | SchreyerSyzygyNF (poly syz_lead, poly syz_2, ideal L, ideal T, ideal LS, const SchreyerSyzygyComputationFlags A) |
Computation of Syzygies
ABSTRACT: Computation of Syzygies due to Schreyer
Definition in file syzextra.h.
| #define NODIVISION 1 |
Definition at line 39 of file syzextra.h.
| #define NOPRODUCT 1 |
Definition at line 33 of file syzextra.h.
Definition at line 28 of file syzextra.h.
| typedef kBucket* kBucket_pt |
Definition at line 30 of file syzextra.h.
| typedef sBucket* sBucket_pt |
Definition at line 60 of file syzextra.h.
Definition at line 334 of file syzextra.h.
| typedef poly TCacheKey |
Definition at line 316 of file syzextra.h.
| typedef poly TCacheValue |
Definition at line 317 of file syzextra.h.
| typedef std::map<TCacheKey, TCacheValue, CCacheCompare> TP2PCache |
Definition at line 333 of file syzextra.h.
|
inlinestatic |
Definition at line 518 of file syzextra.h.
|
inlinestatic |
Definition at line 509 of file syzextra.h.
|
inlinestatic |
Definition at line 502 of file syzextra.h.
|
inlinestatic |
Definition at line 527 of file syzextra.h.
return the tail of a given ideal or module returns NULL if input is NULL, otherwise the result is a new ideal/module in the ring r NOTE: the resulting rank is autocorrected
Definition at line 325 of file syzextra.cc.
return a new term: leading coeff * leading monomial of p with 0 leading component!
Definition at line 288 of file syzextra.cc.
| bool my_p_LmCmp | ( | poly | , |
| poly | , | ||
| const | ring | ||
| ) |
Definition at line 1140 of file syzextra.cc.
|
inlinestatic |
Definition at line 541 of file syzextra.h.
|
inlinestatic |
Definition at line 549 of file syzextra.h.
inplace sorting of the module (ideal) id wrt <_(c,ds)
Definition at line 342 of file syzextra.cc.
|
inlinestatic |
Definition at line 534 of file syzextra.h.