Changeset 691dba in git
- Timestamp:
- Apr 14, 2011, 12:23:44 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- d115240746407285a64294ab8960bdb09505a0c8
- Parents:
- 503a31399a9b66dd3306a8251a9a5042a4509f5c
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-04-14 12:23:44+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:12:33+01:00
- Location:
- libpolys
- Files:
-
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/gnumpc.cc
r503a31 r691dba 9 9 */ 10 10 11 #include <coeffs/config.h>11 #include "config.h" 12 12 13 13 #include <coeffs/coeffs.h> -
libpolys/coeffs/gnumpfl.cc
r503a31 r691dba 9 9 */ 10 10 11 #include <coeffs/config.h>11 #include "config.h" 12 12 #include <coeffs/coeffs.h> 13 13 #include <omalloc/omalloc.h> -
libpolys/coeffs/longrat.cc
r503a31 r691dba 43 43 #include <string.h> 44 44 #include <float.h> 45 #include <coeffs/config.h>45 #include "config.h" 46 46 #include <coeffs/coeffs.h> 47 47 #include <reporter/reporter.h> -
libpolys/coeffs/longrat.h
r503a31 r691dba 9 9 */ 10 10 #include <coeffs/coeffs.h> 11 // #include <coeffs/config.h>11 // #include "config.h" 12 12 #include <coeffs/si_gmp.h> 13 13 #include <misc/auxiliary.h> -
libpolys/coeffs/longrat0.cc
r503a31 r691dba 10 10 #include <stdio.h> 11 11 #include <string.h> 12 #include <coeffs/config.h>12 #include "config.h" 13 13 #include <reporter/reporter.h> 14 14 #include <coeffs/coeffs.h> -
libpolys/coeffs/modulop.cc
r503a31 r691dba 8 8 9 9 #include <string.h> 10 #include <coeffs/config.h>10 #include "config.h" 11 11 #include <omalloc/omalloc.h> 12 12 #include <coeffs/coeffs.h> -
libpolys/coeffs/mpr_complex.cc
r503a31 r691dba 12 12 // WARNING! ALWAYS use omAlloc and FreeL when alloc. memory for some char* !! 13 13 14 #include <coeffs/config.h>14 #include "config.h" 15 15 //#ifdef HAVE_MPR 16 16 #include <coeffs/coeffs.h> -
libpolys/coeffs/numbers.cc
r503a31 r691dba 8 8 */ 9 9 10 #include <coeffs/config.h>10 #include "config.h" 11 11 #include <misc/auxiliary.h> 12 12 -
libpolys/coeffs/rintegers.cc
r503a31 r691dba 6 6 * ABSTRACT: numbers modulo n 7 7 */ 8 #include <coeffs/config.h>8 #include "config.h" 9 9 #include <misc/auxiliary.h> 10 10 -
libpolys/coeffs/rmodulo2m.cc
r503a31 r691dba 7 7 */ 8 8 9 #include <coeffs/config.h>9 #include "config.h" 10 10 #include <misc/auxiliary.h> 11 11 -
libpolys/coeffs/rmodulon.cc
r503a31 r691dba 7 7 */ 8 8 9 #include <coeffs/config.h>9 #include "config.h" 10 10 #include <misc/auxiliary.h> 11 11 -
libpolys/coeffs/test.cc
r503a31 r691dba 1 #include <coeffs/config.h>1 #include "config.h" 2 2 3 3 #include <misc/auxiliary.h> -
libpolys/polys/ext_fields/longalg.cc
r503a31 r691dba 9 9 #include <stdio.h> 10 10 #include <string.h> 11 #include " polys/config.h"11 #include "config.h" 12 12 // #include <polys/structs.h> 13 13 #include <omalloc/omalloc.h> -
libpolys/polys/operations/pShallowCopyDelete.cc
r503a31 r691dba 9 9 * Version: $Id$ 10 10 *******************************************************************/ 11 #include " polys/config.h"11 #include "config.h" 12 12 #include <polys/monomials/p_polys.h> 13 13 #include <polys/monomials/ring.h> -
libpolys/polys/operations/p_Mult_q.cc
r503a31 r691dba 9 9 * Version: $Id$ 10 10 *******************************************************************/ 11 #include " polys/config.h"11 #include "config.h" 12 12 13 13 /*************************************************************** -
libpolys/polys/operations/p_Mult_q.h
r503a31 r691dba 10 10 * Version: $Id$ 11 11 *******************************************************************/ 12 #include " polys/config.h"12 #include "config.h" 13 13 // #include <polys/structs.h> 14 14 -
libpolys/polys/polys0.cc
r503a31 r691dba 9 9 10 10 /* includes */ 11 #include " polys/config.h"11 #include "config.h" 12 12 // #include <polys/structs.h> 13 13 #include <coeffs/numbers.h> -
libpolys/polys/prCopy.cc
r503a31 r691dba 7 7 */ 8 8 9 #include " polys/config.h"9 #include "config.h" 10 10 #include <omalloc/omalloc.h> 11 11 #include <polys/monomials/ring.h> -
libpolys/polys/templates/p_Procs_Dynamic.cc
r503a31 r691dba 9 9 * Version: $Id$ 10 10 *******************************************************************/ 11 #include " polys/config.h"11 #include "config.h" 12 12 // #include <polys/structs.h> 13 13 #include <polys/monomials/ring.h> -
libpolys/polys/templates/p_Procs_Generate.cc
r503a31 r691dba 16 16 #include <string.h> 17 17 18 #include " polys/config.h"18 #include "config.h" 19 19 #include <reporter/reporter.h> 20 20 -
libpolys/polys/templates/p_Procs_Lib.cc
r503a31 r691dba 16 16 #endif 17 17 18 #include " polys/config.h"18 #include "config.h" 19 19 #include <misc/auxiliary.h> 20 20 // #include <polys/structs.h>
Note: See TracChangeset
for help on using the changeset viewer.