Changeset af598e in git for libpolys/polys/clapsing.cc
- Timestamp:
- May 4, 2011, 7:50:23 PM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 107b6a63f83a561264dff51b21ba9a08c2b381f8
- Parents:
- 02c42db0b19db524ec869930bffc30346b16abed
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-04 19:50:23+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:35+01:00
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/clapsing.cc
r02c42d raf598e 9 9 10 10 //#define FACTORIZE2_DEBUG 11 #include <kernel/mod2.h> 11 #include "config.h" 12 #include <misc/auxiliary.h> 13 14 15 TODO(Martin, Please adapt the following code for the use in SW) 16 #ifdef HAVE_FACTORY 17 18 #define SI_DONT_HAVE_GLOBAL_VARS 12 19 #include <omalloc/omalloc.h> 13 #ifdef HAVE_FACTORY 14 #define SI_DONT_HAVE_GLOBAL_VARS 15 #include <kernel/structs.h> 16 #include <kernel/clapsing.h> 17 #include <kernel/numbers.h> 18 #include <kernel/ring.h> 19 #include <kernel/ideals.h> 20 #include <kernel/ffields.h> 20 #include <coeffs/numbers.h> 21 #include <coeffs/coeffs.h> 22 23 // #include <kernel/ffields.h> 24 // #include <kernel/clapconv.h> 25 // #include <libfac/factor.h> 26 21 27 #include <factory/factory.h> 22 #include <kernel/clapconv.h> 23 #include <libfac/factor.h> 24 #include <kernel/ring.h> 28 29 #include "clapsing.h" 30 #include "monomials/ring.h" 31 #include "simpleideals.h" 32 25 33 26 34 void out_cf(const char *s1,const CanonicalForm &f,const char *s2); … … 1652 1660 return mm; 1653 1661 } 1654 #endif 1655 1662 /* 1656 1663 napoly singclap_alglcm ( napoly f, napoly g ) 1657 1664 { … … 1735 1742 Off(SW_RATIONAL); 1736 1743 } 1744 */ 1737 1745 1738 1746 #if 0
Note: See TracChangeset
for help on using the changeset viewer.