My Project  debian-1:4.1.1-p2+ds-4build4
gb_hack.h
Go to the documentation of this file.
1 #ifndef POLYS_NC_GB_HACK_H
2 #define POLYS_NC_GB_HACK_H
3 
4 #ifdef HAVE_PLURAL
5 
6 #ifdef PLURAL_INTERNAL_DECLARATIONS
7 #include "polys/nc/nc.h"
8 
9 extern NF_Proc nc_NF;
11 
12 /* the realiziation of the routines above in libkernel:*/
13 ideal k_gnc_gr_bba(const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing);
14 ideal k_gnc_gr_mora(const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing);
15 /// Modified Plural's Buchberger's algorithmus.
16 ideal k_sca_gr_bba(const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing);
17 
18 /// Modified modern Sinuglar Buchberger's algorithm.
19 ideal k_sca_bba(const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing);
20 
21 /// Modified modern Sinuglar Mora's algorithm.
22 ideal k_sca_mora(const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing);
23 
24 ideal k_sca_gr_bba(const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing);
25 
26 #endif // PLURAL_INTERNAL_DECLARATIONS
27 
28 #endif // HAVE_PLURAL
29 #endif // POLYS_NC_GB_HACK_H
30 
Definition: intvec.h:21
NF_Proc nc_NF
Definition: old.gring.cc:66
ideal k_sca_mora(const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing)
Modified modern Sinuglar Mora's algorithm.
Definition: sca.cc:885
BBA_Proc sca_bba
Definition: gb_hack.h:10
BBA_Proc gnc_gr_mora
Definition: gb_hack.h:10
ideal k_sca_bba(const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing)
Modified modern Sinuglar Buchberger's algorithm.
Definition: sca.cc:368
ideal k_gnc_gr_bba(const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing)
Definition: gr_kstd2.cc:1045
ideal k_gnc_gr_mora(const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing)
Definition: gr_kstd2.cc:1307
BBA_Proc gnc_gr_bba
Definition: old.gring.cc:67
ideal k_sca_gr_bba(const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing)
Modified Plural's Buchberger's algorithmus.
Definition: sca.cc:95
BBA_Proc sca_gr_bba
Definition: gb_hack.h:10
BBA_Proc sca_mora
Definition: gb_hack.h:10
ideal(* BBA_Proc)(const ideal, const ideal, const intvec *, const intvec *, kStrategy strat, const ring)
Definition: ring.h:251
poly(* NF_Proc)(ideal, ideal, poly, int, int, const ring _currRing)
Definition: ring.h:250