Changeset 76cfef in git
- Timestamp:
- Jul 14, 2011, 10:10:49 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 801bdb090ffb79e83ba751feae3e853c5cfb20cb
- Parents:
- 210e07a1e0428569506a64e13a3ad98460b707e3
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-07-14 22:10:49+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:17+01:00
- Location:
- kernel
- Files:
-
- 4 added
- 42 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/F5cData.cc
r210e07 r76cfef 15 15 #include <kernel/kutil.h> 16 16 #include <kernel/structs.h> 17 #include <omalloc .h>17 #include <omalloc/omalloc.h> 18 18 #include <polys/polys.h> 19 19 #include <polys/monomials/p_polys.h> … … 23 23 #include <kernel/khstd.h> 24 24 #include <polys/kbuckets.h> 25 #include < kernel/weight.h>25 #include <polys/weight.h> 26 26 #include <misc/intvec.h> 27 27 #include <kernel/pInline1.h> -
kernel/F5cLists.cc
r210e07 r76cfef 4 4 #include <kernel/kutil.h> 5 5 #include <kernel/structs.h> 6 #include <omalloc .h>6 #include <omalloc/omalloc.h> 7 7 #include <polys/polys.h> 8 8 #include <polys/monomials/p_polys.h> … … 12 12 #include <kernel/khstd.h> 13 13 #include <polys/kbuckets.h> 14 #include < kernel/weight.h>14 #include <polys/weight.h> 15 15 #include <misc/intvec.h> 16 16 #include <kernel/pInline1.h> -
kernel/eigenval.cc
r210e07 r76cfef 19 19 #include <kernel/ideals.h> 20 20 //#include "lists.h" 21 #include < kernel/matpol.h>22 #include < kernel/clapsing.h>21 #include <polys/matpol.h> 22 #include <polys/clapsing.h> 23 23 #include <kernel/eigenval.h> 24 24 -
kernel/f5c.cc
r210e07 r76cfef 4 4 #include <kernel/structs.h> 5 5 #include <kernel/kutil.h> 6 #include <omalloc .h>6 #include <omalloc/omalloc.h> 7 7 #include <polys/polys.h> 8 8 #include <polys/monomials/p_polys.h> 9 #include < kernel/p_Procs.h>9 #include <polys/templates/p_Procs.h> 10 10 #include <kernel/ideals.h> 11 11 #include <kernel/febase.h> … … 13 13 #include <kernel/khstd.h> 14 14 #include <polys/kbuckets.h> 15 #include < kernel/weight.h>15 #include <polys/weight.h> 16 16 #include <misc/intvec.h> 17 17 #include <kernel/pInline1.h> -
kernel/f5data.cc
r210e07 r76cfef 12 12 #include <kernel/kutil.h> 13 13 #include <kernel/structs.h> 14 #include <omalloc .h>14 #include <omalloc/omalloc.h> 15 15 #include <polys/polys.h> 16 16 #include <polys/monomials/p_polys.h> … … 20 20 #include <kernel/khstd.h> 21 21 #include <polys/kbuckets.h> 22 #include < kernel/weight.h>22 #include <polys/weight.h> 23 23 #include <misc/intvec.h> 24 24 #include <kernel/pInline1.h> -
kernel/f5gb.cc
r210e07 r76cfef 12 12 #include <kernel/structs.h> 13 13 #include <kernel/kutil.h> 14 #include <omalloc .h>14 #include <omalloc/omalloc.h> 15 15 #include <polys/polys.h> 16 16 #include <polys/monomials/p_polys.h> 17 #include < kernel/p_Procs.h>17 #include <polys/templates/p_Procs.h> 18 18 #include <kernel/ideals.h> 19 19 #include <kernel/febase.h> … … 21 21 #include <kernel/khstd.h> 22 22 #include <polys/kbuckets.h> 23 #include < kernel/weight.h>23 #include <polys/weight.h> 24 24 #include <misc/intvec.h> 25 25 #include <kernel/pInline1.h> -
kernel/f5lists.cc
r210e07 r76cfef 4 4 #include <kernel/kutil.h> 5 5 #include <kernel/structs.h> 6 #include <omalloc .h>6 #include <omalloc/omalloc.h> 7 7 #include <polys/polys.h> 8 8 #include <polys/monomials/p_polys.h> … … 12 12 #include <kernel/khstd.h> 13 13 #include <polys/kbuckets.h> 14 #include < kernel/weight.h>14 #include <polys/weight.h> 15 15 #include <misc/intvec.h> 16 16 #include <kernel/pInline1.h> -
kernel/fast_maps.cc
r210e07 r76cfef 13 13 #include <misc/options.h> 14 14 #include <polys/monomials/p_polys.h> 15 #include < kernel/prCopy.h>15 #include <polys/prCopy.h> 16 16 #include <kernel/ideals.h> 17 17 #include <polys/monomials/ring.h> 18 18 #include <kernel/febase.h> 19 #include < kernel/sbuckets.h>19 #include <polys/sbuckets.h> 20 20 #include <kernel/fast_maps.h> 21 21 -
kernel/fglmcomb.cc
r210e07 r76cfef 17 17 #include <polys/monomials/ring.h> 18 18 #include <kernel/febase.h> 19 #include < kernel/maps.h>19 #include <polys/monomials/maps.h> 20 20 #include <omalloc/omalloc.h> 21 21 #include <kernel/fglmvec.h> -
kernel/fglmhom.cc
r210e07 r76cfef 26 26 #include <kernel/ipshell.h> 27 27 #include <kernel/febase.h> 28 #include < kernel/maps.h>29 #include <omalloc .h>28 #include <polys/monomials/maps.h> 29 #include <omalloc/omalloc.h> 30 30 #include <kernel/fglm.h> 31 31 #include <kernel/fglmvec.h> … … 34 34 #include <kernel/kstd1.h> 35 35 #include <kernel/stairc.h> 36 #include < templates/ftmpl_list.h>36 #include <factory/templates/ftmpl_list.h> 37 37 38 38 // obachman: Got rid off those "redefiende messages by includeing fglm.h -
kernel/fglmzero.cc
r210e07 r76cfef 27 27 #include <polys/monomials/ring.h> 28 28 #include <kernel/febase.h> 29 #include < kernel/maps.h>29 #include <polys/monomials/maps.h> 30 30 #include <omalloc/omalloc.h> 31 31 #include <kernel/kstd1.h> … … 36 36 // assumes, that NOSTREAMIO is set in factoryconf.h, which is included 37 37 // by templates/list.h. 38 #include < templates/ftmpl_list.h>38 #include <factory/templates/ftmpl_list.h> 39 39 #define PROT(msg) 40 40 #define STICKYPROT(msg) if (BTEST1(OPT_PROT)) Print(msg) -
kernel/gfan.cc
r210e07 r76cfef 18 18 #include <kernel/GMPrat.h> 19 19 20 #include "ring.h"//apparently not needed21 #include <Singular/lists.h>22 #include < kernel/prCopy.h>20 #include <polys/monomials/ring.h> //apparently not needed 21 #include lists.h 22 #include <polys/prCopy.h> 23 23 #include <kernel/stairc.h> 24 24 #include <fstream> //read-write cones to files … … 293 293 fNormal = f->getRef2FacetNormal(); 294 294 sNormal = s->getRef2FacetNormal(); 295 #include "intvec.h"295 #include <misc/intvec.h> 296 296 //Do not need parallelity. Too time consuming 297 297 // if(!isParallel(*fNormal,*sNormal)) -
kernel/gr_kstd2.cc
r210e07 r76cfef 13 13 #define PLURAL_INTERNAL_DECLARATIONS 14 14 15 #include <omalloc .h>15 #include <omalloc/omalloc.h> 16 16 #include <polys/polys.h> 17 17 #include <kernel/ideals.h> … … 24 24 //#include "spolys.h" 25 25 //#include "cntrlc.h" 26 #include < kernel/weight.h>26 #include <polys/weight.h> 27 27 #include <misc/intvec.h> 28 28 #include <polys/nc/nc.h> 29 #include < kernel/sca.h>29 #include <polys/nc/sca.h> 30 30 #include <kernel/ratgring.h> 31 31 -
kernel/ideals.cc
r210e07 r76cfef 19 19 #include <omalloc/omalloc.h> 20 20 #include <kernel/febase.h> 21 #include <coef ss/coeffs.h>22 #include <coef ss/numbers.h>21 #include <coeffs/coeffs.h> 22 #include <coeffs/numbers.h> 23 23 #include <kernel/longrat.h> 24 24 #include <polys/polys.h> 25 25 #include <polys/monomials/ring.h> 26 26 #include <kernel/kstd1.h> 27 #include < kernel/matpol.h>28 #include < kernel/weight.h>27 #include <polys/matpol.h> 28 #include <polys/weight.h> 29 29 #include <misc/intvec.h> 30 30 #include <kernel/syz.h> 31 31 #include <polys/sparsmat.h> 32 32 #include <kernel/ideals.h> 33 #include < kernel/prCopy.h>33 #include <polys/prCopy.h> 34 34 #include <polys/nc/nc.h> 35 35 … … 2533 2533 } 2534 2534 2535 #include < kernel/clapsing.h>2535 #include <polys/clapsing.h> 2536 2536 2537 2537 #ifdef HAVE_FACTORY -
kernel/kInline.cc
r210e07 r76cfef 16 16 #include <polys/monomials/p_polys.h> 17 17 #include <polys/polys.h> 18 #include < kernel/p_Procs.h>18 #include <polys/templates/p_Procs.h> 19 19 #include <polys/kbuckets.h> 20 20 #include <omalloc/omalloc.h> -
kernel/kspoly.cc
r210e07 r76cfef 13 13 #include <coeffs/numbers.h> 14 14 #include <polys/monomials/p_polys.h> 15 #include < kernel/p_Procs.h>15 #include <polys/templates/p_Procs.h> 16 16 #include <polys/nc/nc.h> 17 17 #ifdef KDEBUG -
kernel/kstd1.cc
r210e07 r76cfef 38 38 #include <kernel/khstd.h> 39 39 #include <kernel/stairc.h> 40 #include < kernel/weight.h>40 #include <polys/weight.h> 41 41 //#include "cntrlc.h" 42 42 #include <misc/intvec.h> … … 48 48 49 49 #ifdef HAVE_PLURAL 50 #include < kernel/sca.h>50 #include <polys/nc/sca.h> 51 51 #endif 52 52 -
kernel/kstd2.cc
r210e07 r76cfef 44 44 #include <polys/kbuckets.h> 45 45 //#include "cntrlc.h" 46 #include < kernel/weight.h>46 #include <polys/weight.h> 47 47 #include <misc/intvec.h> 48 48 #ifdef HAVE_PLURAL -
kernel/kstdfac.cc
r210e07 r76cfef 17 17 #include <kernel/khstd.h> 18 18 //#include "cntrlc.h" 19 #include < kernel/weight.h>19 #include <polys/weight.h> 20 20 //#include "ipshell.h" 21 21 #include <misc/intvec.h> 22 22 #ifdef HAVE_FACTORY 23 #include < kernel/clapsing.h>23 #include <polys/clapsing.h> 24 24 #endif 25 25 #include <kernel/ideals.h> -
kernel/kutil.cc
r210e07 r76cfef 24 24 #include <misc/options.h> 25 25 #include <polys/nc/nc.h> 26 #include < kernel/sca.h>26 #include <polys/nc/sca.h> 27 27 #ifdef KDEBUG 28 28 #undef KDEBUG … … 60 60 /* shiftgb stuff */ 61 61 #include <kernel/shiftgb.h> 62 #include < kernel/prCopy.h>62 #include <polys/prCopy.h> 63 63 64 64 #ifdef HAVE_RATGRING -
kernel/linearAlgebra.cc
r210e07 r76cfef 22 22 #include <kernel/ideals.h> 23 23 #include <coeffs/numbers.h> 24 #include < kernel/matpol.h>25 #include <Singular/lists.h>26 #include < kernel/mpr_complex.h>24 #include <polys/matpol.h> 25 #include lists.h 26 #include <coeffs/mpr_complex.h> 27 27 #include <kernel/linearAlgebra.h> 28 28 -
kernel/makefile
r210e07 r76cfef 66 66 khstd.cc kstdfac.cc \ 67 67 kstd1.cc kstd2.cc kutil.cc \ 68 m aps.cc matpol.cc misc.cc \69 sparsmat.ccfast_maps.cc \68 misc.cc \ 69 fast_maps.cc \ 70 70 fglmzero.cc fglmvec.cc fglmgauss.cc fglmhom.cc fglmcomb.cc \ 71 numbers.cc polys.cc p_polys.cc polys0.cc polys1.cc polys-impl.cc \72 71 kspoly.cc \ 73 72 syz.cc syz0.cc syz1.cc syz2.cc syz3.cc\ … … 81 80 linearAlgebra.cc 82 81 CXXSOURCES2 = SingularBuilder.cpp 82 83 # numbers.cc polys.cc p_polys.cc polys0.cc polys1.cc polys-impl.cc \ 83 84 84 85 # normal C source files -
kernel/misc.cc
r210e07 r76cfef 22 22 #include "kstd1.h" 23 23 #include "timer.h" 24 #include "intvec.h"25 #include "ring.h"26 #include "p_Procs.h"24 #include <misc/intvec.h> 25 #include <polys/monomials/ring.h> 26 #include <polys/templates/p_Procs.h> 27 27 #include "kversion.h" 28 28 -
kernel/mod2.h
r210e07 r76cfef 222 222 #define OM_KEEP 1 223 223 #include "mod2.h" 224 #include "omalloc.h"224 #include <omalloc/omalloc.h> 225 225 ensures that all memory allocs/free in this file are done with 226 226 OM_CHECK==3 and OM_TRACK==5, and that all addresses allocated/freed … … 250 250 #define OM_KEEP 1 251 251 #include "mod2.h" 252 #include "omalloc.h"252 #include <omalloc/omalloc.h> 253 253 Under dynamic scope, do (e.g., from within the debugger): 254 254 om_Opts.MinCheck = 3; om_Opts.MinTrack = 5; omOpts.Keep = LONG_MAX; -
kernel/mod2.h.in
r210e07 r76cfef 392 392 #define OM_KEEP 1 393 393 #include "mod2.h" 394 #include "omalloc.h"394 #include <omalloc/omalloc.h> 395 395 ensures that all memory allocs/free in this file are done with 396 396 OM_CHECK==3 and OM_TRACK==5, and that all addresses allocated/freed … … 420 420 #define OM_KEEP 1 421 421 #include "mod2.h" 422 #include "omalloc.h"422 #include <omalloc/omalloc.h> 423 423 Under dynamic scope, do (e.g., from within the debugger): 424 424 om_Opts.MinCheck = 3; om_Opts.MinTrack = 5; omOpts.Keep = LONG_MAX; -
kernel/old.lplist.cc
r210e07 r76cfef 12 12 #include <kernel/kutil.h> 13 13 #include <kernel/structs.h> 14 #include <omalloc .h>14 #include <omalloc/omalloc.h> 15 15 #include <polys/polys.h> 16 16 #include <polys/monomials/p_polys.h> … … 20 20 #include <kernel/khstd.h> 21 21 #include <polys/kbuckets.h> 22 #include < kernel/weight.h>22 #include <polys/weight.h> 23 23 #include <misc/intvec.h> 24 24 #include <kernel/pInline1.h> -
kernel/ratgring.cc
r210e07 r76cfef 18 18 #include <coeffs/numbers.h> 19 19 #include <kernel/ideals.h> 20 #include < kernel/matpol.h>20 #include <polys/matpol.h> 21 21 #include <polys/kbuckets.h> 22 22 #include <kernel/kstd1.h> 23 #include < kernel/sbuckets.h>24 #include < kernel/prCopy.h>25 #include < kernel/p_Mult_q.h>26 #include < kernel/clapsing.h>23 #include <polys/sbuckets.h> 24 #include <polys/prCopy.h> 25 #include <polys/operations/p_Mult_q.h> 26 #include <polys/clapsing.h> 27 27 #include <misc/options.h> 28 28 -
kernel/ringgb.cc
r210e07 r76cfef 20 20 #include <kernel/khstd.h> 21 21 #include <polys/kbuckets.h> 22 #include < kernel/weight.h>22 #include <polys/weight.h> 23 23 #include <misc/intvec.h> 24 24 #include <kernel/pInline1.h> -
kernel/semic.cc
r210e07 r76cfef 25 25 #endif 26 26 27 #include "intvec.h"27 #include<misc/intvec.h> 28 28 #include"GMPrat.h" 29 29 #include"semic.h" -
kernel/shiftgb.cc
r210e07 r76cfef 15 15 #include <coeffs/numbers.h> 16 16 #include <kernel/ideals.h> 17 #include < kernel/matpol.h>17 #include <polys/matpol.h> 18 18 #include <polys/kbuckets.h> 19 19 #include <kernel/kstd1.h> 20 #include < kernel/sbuckets.h>21 #include < kernel/p_Mult_q.h>20 #include <polys/sbuckets.h> 21 #include <polys/operations/p_Mult_q.h> 22 22 #include <kernel/kutil.h> 23 23 #include <kernel/structs.h> … … 25 25 #include <kernel/khstd.h> 26 26 #include <polys/kbuckets.h> 27 #include < kernel/weight.h>27 #include <polys/weight.h> 28 28 #include <misc/intvec.h> 29 29 #include <kernel/structs.h> 30 30 #include <kernel/kInline.cc> 31 31 #include <kernel/stairc.h> 32 #include < kernel/weight.h>32 #include <polys/weight.h> 33 33 #include <misc/intvec.h> 34 34 #include <kernel/timer.h> 35 35 #include <kernel/shiftgb.h> 36 #include < kernel/sca.h>36 #include <polys/nc/sca.h> 37 37 38 38 -
kernel/syz.cc
r210e07 r76cfef 23 23 #include <polys/monomials/ring.h> 24 24 #include <kernel/syz.h> 25 #include < kernel/prCopy.h>26 27 #include < kernel/sca.h>25 #include <polys/prCopy.h> 26 27 #include <polys/nc/sca.h> 28 28 29 29 static intvec * syPrepareModComp(ideal arg,intvec ** w) -
kernel/syz0.cc
r210e07 r76cfef 24 24 #include <kernel/syz.h> 25 25 #include <polys/kbuckets.h> 26 #include < kernel/prCopy.h>26 #include <polys/prCopy.h> 27 27 28 28 static kBucket_pt sy0buck; -
kernel/syz1.cc
r210e07 r76cfef 25 25 #include <kernel/syz.h> 26 26 #include <polys/kbuckets.h> 27 #include < kernel/prCopy.h>27 #include <polys/prCopy.h> 28 28 #include <kernel/idrec.h> 29 29 -
kernel/syz2.cc
r210e07 r76cfef 25 25 #include <polys/monomials/ring.h> 26 26 #include <polys/kbuckets.h> 27 #include < kernel/prCopy.h>27 #include <polys/prCopy.h> 28 28 29 29 //#define SHOW_PROT -
kernel/syz3.cc
r210e07 r76cfef 25 25 #include <kernel/syz.h> 26 26 #include <polys/kbuckets.h> 27 #include < kernel/prCopy.h>27 #include <polys/prCopy.h> 28 28 #include <kernel/timer.h> 29 #include < kernel/matpol.h>29 #include <polys/matpol.h> 30 30 31 31 //#define SHOW_PROT -
kernel/test.cc
r210e07 r76cfef 162 162 163 163 /* */ 164 165 166 167 168 // Sources: 169 170 #include "febase.cc" 171 #include "feread.cc" 172 #include "hdegree.cc" 173 #include "hilb.cc" 174 #include "hutil.cc" 175 #include "gr_kstd2.cc" 176 #include "ideals.cc" 177 #include "int64vec.cc" 178 #include "khstd.cc" 179 #include "kstdfac.cc" 180 #include "kstd1.cc" 181 #include "kstd2.cc" 182 #include "kutil.cc" 183 // #include "maps.cc" // moved to polys 184 // #include "matpol.cc" // same! 185 #include "misc.cc" 186 // #include "sparsmat.cc" // same! 187 #include "fast_maps.cc" 188 #include "fglmzero.cc" // looks like <factory/templates/ftmpl_list.h> must be installed! 189 #include "fglmvec.cc" 190 #include "fglmgauss.cc" 191 #include "fglmhom.cc" 192 #include "fglmcomb.cc" 193 // #include "numbers.cc" // moved 194 // #include "polys.cc" // same 195 // #include "p_polys.cc" // same 196 // #include "polys0.cc" // same 197 // #include "polys1.cc" // same 198 // #include "polys-impl.cc" // same 199 #include "kspoly.cc" 200 #include "syz.cc" 201 #include "syz0.cc" 202 #include "syz1.cc" 203 #include "syz2.cc" 204 #include "syz3.cc" 205 #include "timer.cc" 206 #include "GMPrat.cc" 207 #include "multicnt.cc" 208 #include "npolygon.cc" 209 #include "semic.cc" 210 #include "spectrum.cc" 211 #include "splist.cc" 212 #include "walkProc.cc" 213 #include "walkMain.cc" 214 #include "walkSupport.cc" 215 #include "eigenval.cc" 216 #include "units.cc" 217 #include "fast_mult.cc" 218 #include "digitech.cc" 219 #include "tgb.cc" 220 #include "tgbgauss.cc" 221 #include "ringgb.cc" 222 #include "f5data.cc" 223 #include "f5lists.cc" 224 #include "f5gb.cc" 225 #include "f5c.cc" 226 #include "F5cLists.cc" 227 #include "ratgring.cc" 228 #include "shiftgb.cc" 229 #include "gfan.cc" 230 #include "linearAlgebra.cc" 231 232 233 // TODO: looks like <coeffs/mpr_complex.h> must be installed! 234 235 // Now ALL the sources from here... 236 #include "digitech.cc" 237 #include "eigenval.cc" 238 #include "F4.cc" 239 #include "f5c.cc" 240 #include "F5cData.cc" 241 #include "F5cLists.cc" 242 #include "f5data.cc" 243 #include "f5gb.cc" 244 #include "f5lists.cc" 245 #include "fast_maps.cc" 246 #include "fast_mult.cc" 247 #include "febase.cc" 248 #include "feread.cc" 249 #include "fglmcomb.cc" 250 #include "fglmgauss.cc" 251 #include "fglmhom.cc" 252 #include "fglmvec.cc" 253 #include "fglmzero.cc" 254 #include "gfan.cc" 255 #include "GMPrat.cc" 256 #include "gr_kstd2.cc" 257 #include "hdegree.cc" 258 #include "hilb.cc" 259 #include "hutil.cc" 260 #include "ideals.cc" 261 #include "int64vec.cc" 262 #include "khstd.cc" 263 #include "kInline.cc" 264 #include "kpolys.cc" 265 #include "kspoly.cc" 266 #include "kstd1.cc" 267 #include "kstd2.cc" 268 #include "kstdfac.cc" 269 #include "kutil.cc" 270 #include "linearAlgebra.cc" 271 #include "misc.cc" 272 #include "mmalloc.cc" 273 #include "multicnt.cc" 274 #include "npolygon.cc" 275 #include "ratgring.cc" 276 #include "ringgb.cc" 277 #include "semic.cc" 278 #include "shiftgb.cc" 279 #include "spectrum.cc" 280 #include "splist.cc" 281 #include "syz0.cc" 282 #include "syz1.cc" 283 #include "syz2.cc" 284 #include "syz3.cc" 285 #include "syz.cc" 286 #include "tgb.cc" 287 #include "tgbgauss.cc" 288 #include "tgb_obsolete.cc" 289 #include "timer.cc" 290 #include "units.cc" 291 #include "walkMain.cc" 292 #include "walkProc.cc" 293 #include "walkSupport.cc" -
kernel/tgb.cc
r210e07 r76cfef 23 23 #include <kernel/digitech.h> 24 24 #include <polys/nc/nc.h> 25 #include < kernel/sca.h>26 #include < kernel/prCopy.h>25 #include <polys/nc/sca.h> 26 #include <polys/prCopy.h> 27 27 #include <kernel/longrat.h> 28 28 #include <kernel/modulop.h> -
kernel/tgb_internal.h
r210e07 r76cfef 38 38 //#define USE_STDVECBOOL 1 39 39 #ifdef HAVE_BOOST 40 #include <omalloc .h>40 #include <omalloc/omalloc.h> 41 41 #include <vector> 42 42 using boost::dynamic_bitset; -
kernel/units.cc
r210e07 r76cfef 14 14 #include <kernel/ideals.h> 15 15 #include <misc/intvec.h> 16 #include < kernel/matpol.h>16 #include <polys/matpol.h> 17 17 #include <kernel/kstd1.h> 18 18 #include <kernel/units.h> -
kernel/walkMain.cc
r210e07 r76cfef 17 17 #include <kernel/walkMain.h> 18 18 #include <kernel/walkSupport.h> 19 #include < kernel/prCopy.h>19 #include <polys/prCopy.h> 20 20 #include <kernel/kstd1.h> 21 #include < kernel/matpol.h>21 #include <polys/matpol.h> 22 22 #include <polys/monomials/ring.h> 23 23 -
kernel/walkProc.cc
r210e07 r76cfef 11 11 #include <polys/monomials/ring.h> 12 12 #include <kernel/febase.h> 13 #include < kernel/maps.h>13 #include <polys/monomials/maps.h> 14 14 #include <omalloc/omalloc.h> 15 15 #include <kernel/kstd1.h> … … 18 18 #include <kernel/walkSupport.h> 19 19 #include <kernel/walkProc.h> 20 #include < kernel/prCopy.h>20 #include <polys/prCopy.h> 21 21 22 22 /////////////////////////////////////////////////////////////////// -
kernel/walkSupport.cc
r210e07 r76cfef 7 7 #include <polys/monomials/ring.h> 8 8 #include <kernel/walkSupport.h> 9 #include < kernel/prCopy.h>9 #include <polys/prCopy.h> 10 10 #include <kernel/kstd1.h> 11 #include < kernel/matpol.h>11 #include <polys/matpol.h> 12 12 #include <math.h> 13 13
Note: See TracChangeset
for help on using the changeset viewer.