![]() |
My Project
debian-1:4.1.1-p2+ds-4build4
|
#include "polys/nc/nc.h"
Go to the source code of this file.
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 | strat, | ||
const ring | _currRing | ||
) |
Definition at line 1045 of file gr_kstd2.cc.
ideal k_gnc_gr_mora | ( | const | ideal, |
const | ideal, | ||
const intvec * | , | ||
const intvec * | , | ||
kStrategy | strat, | ||
const ring | _currRing | ||
) |
Definition at line 1307 of file gr_kstd2.cc.
ideal k_sca_bba | ( | const | ideal, |
const | ideal, | ||
const intvec * | , | ||
const intvec * | , | ||
kStrategy | strat, | ||
const ring | _currRing | ||
) |
Modified modern Sinuglar Buchberger's algorithm.
Definition at line 368 of file sca.cc.
ideal k_sca_gr_bba | ( | const | ideal, |
const | ideal, | ||
const intvec * | , | ||
const intvec * | , | ||
kStrategy | strat, | ||
const ring | _currRing | ||
) |
Modified Plural's Buchberger's algorithmus.
Definition at line 95 of file sca.cc.
ideal k_sca_mora | ( | const | ideal, |
const | ideal, | ||
const intvec * | , | ||
const intvec * | , | ||
kStrategy | strat, | ||
const ring | _currRing | ||
) |
Modified modern Sinuglar Mora's algorithm.
Definition at line 885 of file sca.cc.
|
extern |
Definition at line 67 of file old.gring.cc.
|
extern |
Definition at line 66 of file old.gring.cc.