![]() |
Go to the source code of this file.
Macros | |
| #define | STR_EXPAND(tok) #tok |
| #define | D(A) A{ WerrorS("This is a hack. Function is not defined: " STR_EXPAND(A) ); return NULL; (void)(_currRing); } |
Typedefs | |
| typedef polyrec * | poly |
| typedef skStrategy * | kStrategy |
| typedef ideal(* | GB_Proc_Ptr) (const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring) |
Functions | |
| ideal | gnc_gr_bba (const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing) |
| ideal | gnc_gr_mora (const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing) |
| ideal | sca_gr_bba (const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing) |
| Modified Plural's Buchberger's algorithmus. More... | |
| ideal | sca_bba (const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing) |
| Modified modern Sinuglar Buchberger's algorithm. More... | |
| ideal | sca_mora (const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing) |
| Modified modern Sinuglar Mora's algorithm. More... | |
| poly | kNF (ideal, ideal, poly, int, int, const ring _currRing) |
| NOTE: this is just a wrapper which sets currRing for the actual kNF call. More... | |
| void | WerrorS (const char *) |
| D (ideal sca_gr_bba(const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing))D(ideal sca_bba(const ideal | |
| Modified Plural's Buchberger's algorithmus. More... | |
Variables | |
| const | ideal |
| const const intvec const intvec const ring _currRing const const intvec const intvec const ring _currRing | int |
| const const intvec const intvec const ring _currRing const const intvec const intvec const ring _currRing D | ( | ideal | sca_gr_bbaconst ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing | ) | const |
Modified Plural's Buchberger's algorithmus.
Modified modern Sinuglar Mora's algorithm.
Modified modern Sinuglar Buchberger's algorithm.
| ideal gnc_gr_bba | ( | const ideal | , |
| const ideal | , | ||
| const intvec * | , | ||
| const intvec * | , | ||
| kStrategy | , | ||
| const ring | _currRing | ||
| ) |
Definition at line 1052 of file gr_kstd2.cc.
| ideal gnc_gr_mora | ( | const ideal | , |
| const ideal | , | ||
| const intvec * | , | ||
| const intvec * | , | ||
| kStrategy | , | ||
| const ring | _currRing | ||
| ) |
Definition at line 1314 of file gr_kstd2.cc.
NOTE: this is just a wrapper which sets currRing for the actual kNF call.
Definition at line 2698 of file kstd1.cc.
| ideal sca_bba | ( | const ideal | , |
| const ideal | , | ||
| const intvec * | , | ||
| const intvec * | , | ||
| kStrategy | , | ||
| const ring | _currRing | ||
| ) |
Modified modern Sinuglar Buchberger's algorithm.
Definition at line 375 of file sca.cc.
| ideal sca_gr_bba | ( | const ideal | , |
| const ideal | , | ||
| const intvec * | , | ||
| const intvec * | , | ||
| kStrategy | , | ||
| const ring | _currRing | ||
| ) |
Modified Plural's Buchberger's algorithmus.
Definition at line 101 of file sca.cc.
| ideal sca_mora | ( | const ideal | , |
| const ideal | , | ||
| const intvec * | , | ||
| const intvec * | , | ||
| kStrategy | , | ||
| const ring | _currRing | ||
| ) |
Modified modern Sinuglar Mora's algorithm.
Definition at line 899 of file sca.cc.
| void WerrorS | ( | const char * | ) |
Definition at line 23 of file feFopen.cc.
| typedef struct sip_sideal * ideal |