Changeset 810491 in git
- Timestamp:
- Nov 29, 2014, 7:57:05 PM (9 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- a3cc3fc3171dee60192b2d6a9f0049cc7bed99a8
- Parents:
- 2206753e05a96ad86c2ff231f55a8d71d57edeae
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-11-29 19:57:05+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-12-15 18:49:40+01:00
- Files:
-
- 44 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/dyn_modules/Order/lattice.cc
r2206753 r810491 1 #include < libpolys/coeffs/bigintmat.h>1 #include <coeffs/bigintmat.h> 2 2 #include "lattice.h" 3 3 //#include "kernel/febase.h" // for Print, WerrorS 4 #include "libpolys/coeffs/numbers.h"5 #include "libpolys/coeffs/coeffs.h"4 #include <coeffs/numbers.h> 5 #include <coeffs/coeffs.h> 6 6 #include "Singular/ipid.h" 7 7 #include <iostream> … … 10 10 //for minkowski 11 11 #include "kernel/numeric/mpr_numeric.h" 12 #include "libpolys/coeffs/gnumpc.cc"13 12 14 13 -
Singular/dyn_modules/Order/nforder.cpp
r2206753 r810491 1 #include < libpolys/coeffs/bigintmat.h>1 #include <coeffs/bigintmat.h> 2 2 #include "nforder.h" 3 3 #include <reporter/reporter.h> 4 #include "libpolys/coeffs/numbers.h"5 #include "libpolys/coeffs/coeffs.h"4 #include<coeffs/numbers.h> 5 #include <coeffs/coeffs.h> 6 6 #include "Singular/ipid.h" 7 7 -
Singular/dyn_modules/Order/nforder_elt.cc
r2206753 r810491 3 3 #include"Singular/ipid.h" // for SModulFunctions, leftv 4 4 #include"Singular/number2.h" // for SModulFunctions, leftv 5 #include "libpolys/coeffs/numbers.h"// nRegister, coeffs.h6 #include "libpolys/coeffs/coeffs.h"5 #include<coeffs/numbers.h> // nRegister, coeffs.h 6 #include <coeffs/coeffs.h> 7 7 #include"Singular/blackbox.h" // blackbox type 8 8 #include "nforder.h" 9 #include "libpolys/coeffs/bigintmat.h"9 #include <coeffs/bigintmat.h> 10 10 11 11 extern n_coeffType nforder_type; -
Singular/dyn_modules/Order/nforder_ideal.cc
r2206753 r810491 1 #include < libpolys/coeffs/bigintmat.h>1 #include <coeffs/bigintmat.h> 2 2 #include "nforder.h" 3 3 #include <reporter/reporter.h> 4 #include "libpolys/coeffs/numbers.h"5 #include "libpolys/coeffs/coeffs.h"4 #include <coeffs/numbers.h> 5 #include <coeffs/coeffs.h> 6 6 #include "Singular/ipid.h" 7 7 #include "nforder_ideal.h" -
Singular/dyn_modules/Order/nforder_ideal.h
r2206753 r810491 7 7 #define NFORDER_IDEAL_HPP 8 8 9 #include < libpolys/coeffs/bigintmat.h>9 #include <coeffs/bigintmat.h> 10 10 11 11 class nforder_ideal -
Singular/dyn_modules/Order/singular.cc
r2206753 r810491 4 4 #include"Singular/ipid.h" // for SModulFunctions, leftv 5 5 #include"Singular/number2.h" // for SModulFunctions, leftv 6 #include "libpolys/coeffs/numbers.h"// nRegister, coeffs.h7 #include "libpolys/coeffs/coeffs.h"6 #include<coeffs/numbers.h> // nRegister, coeffs.h 7 #include <coeffs/coeffs.h> 8 8 #include"Singular/blackbox.h" // blackbox type 9 9 #include "nforder.h" 10 10 #include "nforder_elt.h" 11 11 #include "nforder_ideal.h" 12 #include "libpolys/coeffs/bigintmat.h"12 #include <coeffs/bigintmat.h> 13 13 14 14 #ifdef SINGULAR_4_1 -
Singular/dyn_modules/Order/temptest.cc
r2206753 r810491 1 #include < libpolys/coeffs/bigintmat.h>1 #include <coeffs/bigintmat.h> 2 2 #include "temptest.h" 3 3 #include <reporter/reporter.h> 4 #include "libpolys/coeffs/numbers.h"5 #include "libpolys/coeffs/coeffs.h"4 #include <coeffs/numbers.h> 5 #include <coeffs/coeffs.h> 6 6 #include "Singular/ipid.h" 7 7 //#include "kernel/febase.h" -
Singular/dyn_modules/bigintm/bigintm.cc
r2206753 r810491 7 7 #include <omalloc/omalloc.h> 8 8 #include <coeffs/coeffs.h> 9 #include <coeffs/longrat.h>10 9 11 10 #include <Singular/ipid.h> -
Singular/dyn_modules/gfanlib/bbcone.cc
r2206753 r810491 2 2 3 3 #if HAVE_GFANLIB 4 5 #include <bbfan.h>6 #include <bbpolytope.h>7 4 8 5 #include <misc/intvec.h> 9 6 #include <misc/sirandom.h> 7 8 #include <coeffs/bigintmat.h> 10 9 #include <coeffs/longrat.h> 11 #include <coeffs/bigintmat.h>12 10 13 11 #include <Singular/ipid.h> … … 15 13 #include <Singular/ipshell.h> 16 14 #include <Singular/blackbox.h> 17 18 #include <sstream>19 15 20 16 // #include <omalloc/omalloc.h> … … 27 23 #include <gfanlib/gfanlib_q.h> 28 24 25 #include "bbfan.h" 26 #include "bbpolytope.h" 27 28 29 #include <sstream> 29 30 30 31 int coneID; -
Singular/dyn_modules/gfanlib/bbfan.cc
r2206753 r810491 2 2 3 3 #if HAVE_GFANLIB 4 5 #include <misc/intvec.h> 6 #include <coeffs/coeffs.h> 7 #include <coeffs/bigintmat.h> 4 8 5 9 #include <Singular/ipid.h> 6 10 #include <Singular/ipshell.h> 7 11 #include <Singular/blackbox.h> 8 #include <misc/intvec.h> 9 #include <coeffs/longrat.h> 10 #include <coeffs/bigintmat.h> 11 12 #include <bbfan.h> 13 #include <bbcone.h> 14 #include <gfan.h> 12 13 #include "bbfan.h" 14 #include "bbcone.h" 15 #include "gfan.h" 15 16 #include <sstream> 16 17 -
Singular/dyn_modules/gfanlib/bbpolytope.cc
r2206753 r810491 7 7 #include <Singular/blackbox.h> 8 8 #include <misc/intvec.h> 9 #include <coeffs/longrat.h>10 9 #include <coeffs/bigintmat.h> 11 10 -
Singular/extra.cc
r2206753 r810491 47 47 #include <coeffs/mpr_complex.h> 48 48 #include "coeffs/AE.h" 49 #include "coeffs/OPAE.h"49 // #include "coeffs/OPAE.h" 50 50 #include "coeffs/AEp.h" 51 #include "coeffs/OPAEp.h"51 // #include "coeffs/OPAEp.h" 52 52 #include "coeffs/AEQ.h" 53 #include "coeffs/OPAEQ.h"53 // #include "coeffs/OPAEQ.h" 54 54 55 55 -
Singular/grammar.cc
r2206753 r810491 106 106 #include <kernel/GBEngine/syz.h> 107 107 #include <Singular/lists.h> 108 #include <coeffs/longrat.h>109 108 #include <Singular/libparse.h> 110 109 #include <coeffs/bigintmat.h> -
Singular/grammar.y
r2206753 r810491 42 42 #include <kernel/GBEngine/syz.h> 43 43 #include <Singular/lists.h> 44 #include <coeffs/longrat.h>45 44 #include <Singular/libparse.h> 46 45 #include <coeffs/bigintmat.h> -
Singular/iparith.cc
r2206753 r810491 18 18 #include <coeffs/numbers.h> 19 19 20 #ifdef HAVE_RINGS21 #include <coeffs/rmodulon.h>22 #include <coeffs/rmodulo2m.h>23 #include <coeffs/rintegers.h>24 #endif25 20 26 21 #include <misc/options.h> -
Singular/ipassign.cc
r2206753 r810491 25 25 #include <coeffs/coeffs.h> 26 26 #include <coeffs/numbers.h> 27 #include <coeffs/longrat.h>28 27 #include <coeffs/bigintmat.h> 29 28 -
Singular/ipconv.cc
r2206753 r810491 22 22 #include <coeffs/bigintmat.h> 23 23 //#include <polys/ext_fields/longalg.h> 24 #ifdef HAVE_RINGS25 #include <coeffs/rmodulon.h>26 #include <coeffs/rmodulo2m.h>27 #include <coeffs/rintegers.h>28 #endif29 24 #include <polys/matpol.h> 30 25 #include <Singular/links/silink.h> -
Singular/ipid.cc
r2206753 r810491 20 20 #include <coeffs/numbers.h> 21 21 #include <coeffs/bigintmat.h> 22 #include <coeffs/longrat.h>23 22 24 23 #include <polys/matpol.h> -
Singular/ipshell.cc
r2206753 r810491 6 6 */ 7 7 8 9 10 8 #include <kernel/mod2.h> 9 10 #include <omalloc/omalloc.h> 11 12 #include <factory/factory.h> 13 11 14 #include <misc/auxiliary.h> 12 13 14 15 #include <misc/options.h> 15 16 #include <misc/mylimits.h> 16 17 #include <factory/factory.h>18 19 #include <Singular/maps_ip.h>20 #include <Singular/tok.h>21 #include <misc/options.h>22 #include <Singular/ipid.h>23 17 #include <misc/intvec.h> 24 #include <omalloc/omalloc.h> 18 19 #include <coeffs/numbers.h> 20 #include <coeffs/coeffs.h> 21 22 #include <coeffs/rmodulon.h> 23 24 #include <polys/monomials/ring.h> 25 #include <polys/monomials/maps.h> 26 27 #include <polys/prCopy.h> 28 #include <polys/matpol.h> 29 30 #include <polys/weight.h> 31 #include <polys/clapsing.h> 32 33 34 #include <polys/ext_fields/algext.h> 35 #include <polys/ext_fields/transext.h> 36 25 37 #include <kernel/polys.h> 26 #include <coeffs/numbers.h>27 #include <polys/prCopy.h>28 38 #include <kernel/ideals.h> 29 #include <polys/matpol.h> 39 40 #include <kernel/numeric/mpr_base.h> 41 #include <kernel/numeric/mpr_numeric.h> 42 43 #include <kernel/GBEngine/syz.h> 30 44 #include <kernel/GBEngine/kstd1.h> 31 #include <polys/monomials/ring.h> 32 #include <Singular/subexpr.h> 33 #include <Singular/fevoices.h> 45 46 #include <kernel/combinatorics/stairc.h> 47 #include <kernel/combinatorics/hutil.h> 48 49 #include <kernel/spectrum/semic.h> 50 #include <kernel/spectrum/splist.h> 51 #include <kernel/spectrum/spectrum.h> 52 34 53 #include <kernel/oswrapper/feread.h> 35 #include <polys/monomials/maps.h> 36 #include <kernel/GBEngine/syz.h> 37 #include <coeffs/numbers.h> 38 //#include <polys/ext_fields/longalg.h> 54 39 55 #include <Singular/lists.h> 40 56 #include <Singular/attrib.h> 41 57 #include <Singular/ipconv.h> 42 58 #include <Singular/links/silink.h> 43 #include <kernel/combinatorics/stairc.h>44 #include <polys/weight.h>45 #include <kernel/spectrum/semic.h>46 #include <kernel/spectrum/splist.h>47 #include <kernel/spectrum/spectrum.h>48 ////// #include <coeffs/gnumpfl.h>49 //#include <kernel/mpr_base.h>50 ////// #include <coeffs/ffields.h>51 #include <polys/clapsing.h>52 #include <kernel/combinatorics/hutil.h>53 #include <polys/monomials/ring.h>54 59 #include <Singular/ipshell.h> 55 #include <polys/ext_fields/algext.h> 56 #include <coeffs/mpr_complex.h> 57 #include <coeffs/longrat.h> 58 #include <coeffs/rmodulon.h> 59 60 #include <kernel/numeric/mpr_base.h> 61 #include <kernel/numeric/mpr_numeric.h> 60 #include <Singular/maps_ip.h> 61 #include <Singular/tok.h> 62 #include <Singular/ipid.h> 63 #include <Singular/subexpr.h> 64 #include <Singular/fevoices.h> 62 65 63 66 #include <math.h> 64 67 #include <ctype.h> 65 66 #include <polys/ext_fields/algext.h>67 #include <polys/ext_fields/transext.h>68 68 69 69 // define this if you want to use the fast_map routine for mapping ideals … … 76 76 #ifdef SINGULAR_4_1 77 77 #include <Singular/number2.h> 78 #include < libpolys/coeffs/bigintmat.h>78 #include <coeffs/bigintmat.h> 79 79 #endif 80 80 leftv iiCurrArgs=NULL; -
Singular/libsingular.h
r2206753 r810491 8 8 #include <kernel/polys.h> 9 9 #include <coeffs/numbers.h> 10 #include <coeffs/longrat.h>11 10 #include <kernel/oswrapper/feread.h> 12 11 #include <polys/monomials/ring.h> -
Singular/links/ssiLink.cc
r2206753 r810491 6 6 * Purpose: declaration of sl_link routines for ssi 7 7 ***************************************************************/ 8 #define TRANSEXT_PRIVATES 1 /* allow access to transext internals */ 9 8 10 #include <kernel/mod2.h> 9 11 … … 12 14 #include <misc/intvec.h> 13 15 #include <misc/options.h> 16 14 17 #include <reporter/si_signals.h> 15 18 #include <reporter/s_buff.h> 19 20 #include <coeffs/bigintmat.h> 16 21 #include <coeffs/longrat.h> 17 #include <coeffs/bigintmat.h> 18 19 #define TRANSEXT_PRIVATES 1 // allow access to transext internals 22 20 23 #include <polys/monomials/ring.h> 21 #include <polys/matpol.h>22 #include <polys/simpleideals.h>23 24 #include <polys/monomials/p_polys.h> 24 25 #include <polys/ext_fields/transext.h> 26 #include <polys/simpleideals.h> 27 #include <polys/matpol.h> 25 28 26 29 #include <kernel/oswrapper/timer.h> 30 #include <kernel/oswrapper/feread.h> 31 #include <kernel/oswrapper/rlimit.h> 27 32 28 33 #include <Singular/tok.h> 29 34 #include <Singular/ipid.h> 30 35 #include <Singular/ipshell.h> 31 #include <kernel/oswrapper/rlimit.h>32 36 #include <Singular/subexpr.h> 33 37 #include <Singular/links/silink.h> … … 35 39 #include <Singular/lists.h> 36 40 #include <Singular/blackbox.h> 37 #include <kernel/oswrapper/feread.h>38 41 #include <Singular/links/ssiLink.h> 39 42 -
Singular/number2.cc
r2206753 r810491 2 2 3 3 #ifdef SINGULAR_4_1 4 #include"reporter/reporter.h" // for Print, WerrorS 5 #include"Singular/ipid.h" // for SModulFunctions, leftv 6 #include"coeffs/numbers.h" // nRegister, coeffs.h 7 #include"coeffs/rmodulon.h" // ZnmInfo 8 #include"coeffs/bigintmat.h" // bigintmat 9 #include"coeffs/longrat.h" // nlGMP 10 #include"Singular/blackbox.h" // blackbox type 11 #include"Singular/ipshell.h" // IsPrime 4 #include <reporter/reporter.h> // for Print, WerrorS 5 #include <coeffs/numbers.h> // nRegister, coeffs.h 6 #include <coeffs/rmodulon.h> // ZnmInfo 7 #include <coeffs/bigintmat.h> // bigintmat 8 9 #include <Singular/blackbox.h> // blackbox type 10 #include <Singular/ipshell.h> // IsPrime 11 12 #include <Singular/ipid.h> // for SModulFunctions, leftv 12 13 13 14 #include <Singular/number2.h> -
Singular/number2.h
r2206753 r810491 6 6 #ifdef SINGULAR_4_1 7 7 #include <omalloc/omalloc.h> 8 #include < libpolys/coeffs/coeffs.h>8 #include <coeffs/coeffs.h> 9 9 #include <kernel/structs.h> 10 10 struct snumber2; -
Singular/subexpr.cc
r2206753 r810491 13 13 #include <misc/options.h> 14 14 15 16 #include <coeffs/ffields.h>17 15 #include <coeffs/numbers.h> 18 16 #include <coeffs/bigintmat.h> 17 18 #include <coeffs/ffields.h> // nfShowMipo // minpoly printing... 19 19 20 20 #include <polys/monomials/maps.h> 21 21 #include <polys/matpol.h> 22 22 #include <polys/monomials/ring.h> 23 24 // #include <coeffs/longrat.h> 25 23 26 #include <kernel/polys.h> 24 25 #include <coeffs/longrat.h>26 // #include <coeffs/longrat.h>27 28 27 #include <kernel/ideals.h> 29 28 #include <kernel/GBEngine/kstd1.h> 29 #include <kernel/GBEngine/syz.h> 30 30 #include <kernel/oswrapper/timer.h> 31 #include <kernel/GBEngine/syz.h>32 31 33 32 #include <Singular/tok.h> -
Singular/walk.cc
r2206753 r810491 42 42 #include <Singular/ipshell.h> 43 43 #include <Singular/ipconv.h> 44 #include <coeffs/ffields.h>45 44 #include <coeffs/coeffs.h> 46 45 #include <Singular/subexpr.h> 47 #include <polys/templates/p_Procs.h>48 46 49 47 #include <polys/monomials/maps.h> -
kernel/linear_algebra/interpolation.cc
r2206753 r810491 3 3 ****************************************/ 4 4 5 6 7 8 5 #include <kernel/mod2.h> 9 6 … … 13 10 #include <misc/intvec.h> 14 11 15 #include <coeffs/longrat.h> 12 #include <coeffs/longrat.h> // snumber ... 16 13 17 14 #include <polys/monomials/ring.h> -
kernel/tmult.cc
r2206753 r810491 12 12 #include <kernel/numbers.h> 13 13 #include <kernel/polys.h> 14 #include <coeffs/longrat.h>15 14 #ifdef SI_THREADS 16 15 #include <pthread.h> -
libpolys/coeffs/AE.cc
r2206753 r810491 1 #include <gmp.h> 1 #include <misc/auxiliary.h> 2 #include <omalloc/omalloc.h> 3 4 #include "AE.h" 5 2 6 #include <math.h> 3 #include "AE.h"4 5 7 6 8 #ifdef SINGULAR_4_1 -
libpolys/coeffs/AE.h
r2206753 r810491 2 2 #define AE_H 3 3 4 5 #include <gmp.h>6 #include <omalloc/omalloc.h>7 4 #include <misc/auxiliary.h> 5 #include "si_gmp.h" 8 6 9 7 #ifdef SINGULAR_4_1 10 11 8 12 9 class int_poly // Klasse von int_polynomen mit Typ (Grad, Koeffizienten ganzzahlig) -
libpolys/coeffs/AEQ.cc
r2206753 r810491 1 #include <misc/auxiliary.h> 2 #include <omalloc/omalloc.h> 3 4 #include "AEQ.h" 5 1 6 #include <stdio.h> 2 #include <gmp.h>3 7 #include <math.h> 4 #include "AEQ.h"5 6 7 8 #ifdef SINGULAR_4_1 8 9 -
libpolys/coeffs/AEQ.h
r2206753 r810491 2 2 #define QPOLY 3 3 4 5 #include <gmp.h>6 #include <omalloc/omalloc.h>7 4 #include <misc/auxiliary.h> 5 #include "si_gmp.h" 8 6 9 7 #ifdef SINGULAR_4_1 -
libpolys/coeffs/AEp.cc
r2206753 r810491 1 #include <misc/auxiliary.h> 2 #include <omalloc/omalloc.h> 3 4 #include "AEp.h" 5 1 6 #include <stdio.h> 2 #include <gmp.h>3 7 #include <math.h> 4 #include "AEp.h"5 6 7 8 #ifdef SINGULAR_4_1 8 9 -
libpolys/coeffs/AEp.h
r2206753 r810491 2 2 #define AEP_H 3 3 4 5 #include <gmp.h>6 #include <omalloc/omalloc.h>7 4 #include <misc/auxiliary.h> 5 #include "si_gmp.h" 8 6 9 7 #ifdef SINGULAR_4_1 10 11 12 8 13 9 class p_poly // Klasse von p_polynomen mit Typ (Grad, Koeffizienten ganzzahlig) -
libpolys/coeffs/numbers.cc
r2206753 r810491 19 19 #include <coeffs/numbers.h> 20 20 21 #include <coeffs/numbers.h>22 21 #include <coeffs/longrat.h> 23 22 #include <coeffs/modulop.h> … … 28 27 29 28 #ifdef HAVE_RINGS 30 # include <coeffs/rmodulo2m.h>31 # include <coeffs/rmodulon.h>32 # include <coeffs/rintegers.h>29 # include <coeffs/rmodulo2m.h> 30 # include <coeffs/rmodulon.h> 31 # include <coeffs/rintegers.h> 33 32 #endif 34 33 -
libpolys/coeffs/test.cc
r2206753 r810491 8 8 #include <resources/feResource.h> 9 9 10 #include <coeffs/coeffs.h>11 #include <coeffs/numbers.h>12 13 #include <coeffs/longrat.h>14 #include <coeffs/gnumpfl.h>15 #include <coeffs/gnumpc.h>16 #include <coeffs/shortfl.h>17 #include <coeffs/ffields.h>18 #include <coeffs/modulop.h>19 #include <coeffs/rmodulon.h>20 #include <coeffs/rmodulo2m.h>21 #include <coeffs/rintegers.h>10 #include "coeffs.h" 11 #include "numbers.h" 12 13 #include "longrat.h" 14 #include "gnumpfl.h" 15 #include "gnumpc.h" 16 #include "shortfl.h" 17 #include "ffields.h" 18 #include "modulop.h" 19 #include "rmodulon.h" 20 #include "rmodulo2m.h" 21 #include "rintegers.h" 22 22 23 23 -
libpolys/polys/clapconv.cc
r2206753 r810491 12 12 13 13 #include <misc/auxiliary.h> 14 #include <omalloc/omalloc.h> 14 15 15 16 #include <factory/factory.h> 16 17 17 #include <omalloc/omalloc.h>18 18 #include <coeffs/coeffs.h> 19 #include <coeffs/longrat.h> 20 #include <coeffs/modulop.h> 19 20 #include <coeffs/longrat.h> // snumber is necessary 21 21 22 #include <polys/monomials/p_polys.h> 22 23 #include <polys/sbuckets.h> -
libpolys/polys/ext_fields/algext.cc
r2206753 r810491 40 40 #include <coeffs/coeffs.h> 41 41 #include <coeffs/numbers.h> 42 #include <coeffs/longrat.h>43 42 44 43 #include <coeffs/longrat.h> -
libpolys/polys/ext_fields/transext.cc
r2206753 r810491 33 33 * TODO: the description above needs a major update!!! 34 34 */ 35 36 37 38 39 40 35 #define TRANSEXT_PRIVATES 41 36 42 43 44 45 37 #include <misc/auxiliary.h> 46 38 47 39 #include <omalloc/omalloc.h> 40 #include <factory/factory.h> 48 41 49 42 #include <reporter/reporter.h> … … 51 44 #include <coeffs/coeffs.h> 52 45 #include <coeffs/numbers.h> 46 53 47 #include <coeffs/longrat.h> 54 48 … … 59 53 #include <polys/clapsing.h> 60 54 #include <polys/clapconv.h> 61 #include <factory/factory.h> 62 63 #include <polys/ext_fields/transext.h> 55 64 56 #include <polys/prCopy.h> 57 #include "transext.h" 58 #include "algext.h" 65 59 66 60 #include <polys/PolyEnumerator.h> -
libpolys/polys/monomials/p_polys.cc
r2206753 r810491 9 9 *******************************************************************/ 10 10 11 12 13 14 15 16 11 #include <ctype.h> 17 12 … … 23 18 #include <misc/intvec.h> 24 19 25 #include <coeffs/longrat.h> // ??? 26 #include <coeffs/ ffields.h>20 21 #include <coeffs/longrat.h> // snumber is needed... 27 22 28 23 #include <polys/PolyEnumerator.h> -
libpolys/polys/monomials/ring.cc
r2206753 r810491 22 22 #include <coeffs/numbers.h> 23 23 #include <coeffs/coeffs.h> 24 #include <coeffs/rmodulon.h>25 24 26 25 #include <polys/monomials/p_polys.h> -
libpolys/polys/operations/p_Mult_q.cc
r2206753 r810491 9 9 *******************************************************************/ 10 10 11 12 13 11 #include <misc/auxiliary.h> 14 15 12 #include <factory/factory.h> 16 13 … … 18 15 19 16 #include <polys/monomials/p_polys.h> 17 #include <polys/kbuckets.h> 18 20 19 #include <polys/templates/p_Procs.h> 21 20 #include <polys/templates/p_MemCmp.h> 22 21 #include <polys/templates/p_MemAdd.h> 23 22 #include <polys/templates/p_MemCopy.h> 24 #include <polys/templates/p_Numbers.h>25 #include <polys/kbuckets.h>26 23 27 24 #include "p_Mult_q.h" -
libpolys/polys/templates/p_Procs_Set.h
r2206753 r810491 13 13 * Created: 12/00 14 14 *******************************************************************/ 15 #include <coeffs/modulop.h>16 15 17 16 #include <reporter/reporter.h> -
libpolys/tests/polys_test.h
r2206753 r810491 3 3 4 4 // the following headers are private... 5 #include <coeffs/longrat.h>6 #include <coeffs/gnumpfl.h>7 #include <coeffs/gnumpc.h>8 #include <coeffs/shortfl.h>9 #include <coeffs/ffields.h>10 #include <coeffs/modulop.h>11 #include <coeffs/rmodulon.h>12 #include <coeffs/rmodulo2m.h>13 #include <coeffs/rintegers.h>14 5 15 6 -
libpolys/tests/rings_test.h
r2206753 r810491 3 3 4 4 // the following headers are private... 5 #include <coeffs/longrat.h>6 #include <coeffs/gnumpfl.h>7 #include <coeffs/gnumpc.h>8 #include <coeffs/shortfl.h>9 #include <coeffs/ffields.h>10 #include <coeffs/modulop.h>11 #include <coeffs/rmodulon.h>12 #include <coeffs/rmodulo2m.h>13 #include <coeffs/rintegers.h>14 5 15 6
Note: See TracChangeset
for help on using the changeset viewer.