Changeset 599326 in git for kernel/ideals.cc
- Timestamp:
- Jul 17, 2010, 10:38:50 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 3c473cd1025f9dec9b7bf4cbe33d713158cac80f
- Parents:
- 141b46d25737d79123bd198ebe5c05ea65afd1bf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.cc
r141b46d r599326 8 8 9 9 /* includes */ 10 #include "mod2.h"10 #include <kernel/mod2.h> 11 11 12 12 #ifndef NDEBUG … … 16 16 #endif /* ifndef NDEBUG */ 17 17 18 #include "options.h"19 #include "omalloc.h"20 #include "febase.h"21 #include "numbers.h"22 #include "longrat.h"23 #include "polys.h"24 #include "ring.h"25 #include "kstd1.h"26 #include "matpol.h"27 #include "weight.h"28 #include "intvec.h"29 #include "syz.h"30 #include "sparsmat.h"31 #include "ideals.h"32 #include "prCopy.h"33 #include "gring.h"18 #include <kernel/options.h> 19 #include <omalloc.h> 20 #include <kernel/febase.h> 21 #include <kernel/numbers.h> 22 #include <kernel/longrat.h> 23 #include <kernel/polys.h> 24 #include <kernel/ring.h> 25 #include <kernel/kstd1.h> 26 #include <kernel/matpol.h> 27 #include <kernel/weight.h> 28 #include <kernel/intvec.h> 29 #include <kernel/syz.h> 30 #include <kernel/sparsmat.h> 31 #include <kernel/ideals.h> 32 #include <kernel/prCopy.h> 33 #include <kernel/gring.h> 34 34 35 35 … … 3006 3006 #else 3007 3007 3008 #include "sbuckets.h"3008 #include <kernel/sbuckets.h> 3009 3009 3010 3010 // converts mat to module, destroys mat … … 4006 4006 } 4007 4007 4008 #include "clapsing.h"4008 #include <kernel/clapsing.h> 4009 4009 4010 4010 poly id_GCD(poly f, poly g, const ring r)
Note: See TracChangeset
for help on using the changeset viewer.