![]() |
#include <polys/nc/nc.h>Go to the source code of this file.
Typedefs | |
| typedef polyrec * | poly |
Functions | |
| ideal | k_gnc_gr_bba (const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing) |
| ideal | k_gnc_gr_mora (const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing) |
| ideal | k_sca_gr_bba (const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing) |
| Modified Plural's Buchberger's algorithmus. More... | |
| ideal | k_sca_bba (const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing) |
| Modified modern Sinuglar Buchberger's algorithm. More... | |
| ideal | k_sca_mora (const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing) |
| Modified modern Sinuglar Mora's algorithm. More... | |
Variables | |
| NF_Proc | nc_NF |
| BBA_Proc | gnc_gr_bba |
| BBA_Proc | gnc_gr_mora |
| BBA_Proc | sca_bba |
| BBA_Proc | sca_mora |
| BBA_Proc | sca_gr_bba |
| ideal k_gnc_gr_bba | ( | const ideal | , |
| const ideal | , | ||
| const intvec * | , | ||
| const intvec * | , | ||
| kStrategy | , | ||
| const ring | _currRing | ||
| ) |
Definition at line 1055 of file gr_kstd2.cc.
| ideal k_gnc_gr_mora | ( | const ideal | , |
| const ideal | , | ||
| const intvec * | , | ||
| const intvec * | , | ||
| kStrategy | , | ||
| const ring | _currRing | ||
| ) |
Definition at line 1317 of file gr_kstd2.cc.
| ideal k_sca_bba | ( | const ideal | , |
| const ideal | , | ||
| const intvec * | , | ||
| const intvec * | , | ||
| kStrategy | , | ||
| const ring | _currRing | ||
| ) |
Modified modern Sinuglar Buchberger's algorithm.
Definition at line 374 of file sca.cc.
| ideal k_sca_gr_bba | ( | const ideal | , |
| const ideal | , | ||
| const intvec * | , | ||
| const intvec * | , | ||
| kStrategy | , | ||
| const ring | _currRing | ||
| ) |
Modified Plural's Buchberger's algorithmus.
Definition at line 100 of file sca.cc.
| ideal k_sca_mora | ( | const ideal | , |
| const ideal | , | ||
| const intvec * | , | ||
| const intvec * | , | ||
| kStrategy | , | ||
| const ring | _currRing | ||
| ) |
Modified modern Sinuglar Mora's algorithm.
Definition at line 896 of file sca.cc.
| BBA_Proc gnc_gr_bba |
Definition at line 72 of file old.gring.cc.
| BBA_Proc gnc_gr_mora |
Definition at line 73 of file old.gring.cc.
| NF_Proc nc_NF |
Definition at line 71 of file old.gring.cc.
| BBA_Proc sca_bba |
Definition at line 74 of file old.gring.cc.
| BBA_Proc sca_gr_bba |
Definition at line 76 of file old.gring.cc.
| BBA_Proc sca_mora |
Definition at line 75 of file old.gring.cc.