Changeset c1526f in git
- Timestamp:
- Dec 8, 2008, 4:01:50 PM (15 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- b9a33762f1c8448a2fb4c81be0873e0242c3a390
- Parents:
- a6b576a7994def0a72d9623eed6bc45b7074c746
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/misc.cc
ra6b576 rc1526f 56 56 extern const char * libfac_date; 57 57 #endif 58 //extern "C" {59 //#include <gmp.h>60 //}61 58 #include <si_gmp.h> 62 59 #ifdef HAVE_MPSR -
kernel/misc.cc
ra6b576 rc1526f 42 42 extern const char * libfac_date; 43 43 #endif 44 extern "C" { 45 #include <gmp.h> 46 } 44 #include <si_gmp.h> 47 45 #ifdef HAVE_MPSR 48 46 #include <MP_Config.h> -
kernel/modulop.cc
ra6b576 rc1526f 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: modulop.cc,v 1.1 3 2008-10-02 14:33:15Singular Exp $ */4 /* $Id: modulop.cc,v 1.14 2008-12-08 15:00:43 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: numbers modulo p (<=32003) … … 18 18 #include "ring.h" 19 19 #ifdef HAVE_RINGS 20 #include < gmp.h>20 #include <si_gmp.h> 21 21 #endif 22 22 #include "modulop.h" -
kernel/rintegers.cc
ra6b576 rc1526f 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: rintegers.cc,v 1.1 7 2008-07-16 12:41:33 wienandExp $ */4 /* $Id: rintegers.cc,v 1.18 2008-12-08 15:00:43 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: numbers modulo n … … 18 18 #include "ring.h" 19 19 #include "rintegers.h" 20 #include " gmp.h"20 #include "si_gmp.h" 21 21 22 22 #ifdef HAVE_RINGZ -
kernel/rmodulo2m.cc
ra6b576 rc1526f 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: rmodulo2m.cc,v 1.2 2 2008-07-16 12:41:33 wienandExp $ */4 /* $Id: rmodulo2m.cc,v 1.23 2008-12-08 15:00:43 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: numbers modulo 2^m … … 20 20 #include "ring.h" 21 21 #include "rmodulo2m.h" 22 #include " gmp.h"22 #include "si_gmp.h" 23 23 24 24 int nr2mExp; -
kernel/rmodulon.cc
ra6b576 rc1526f 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: rmodulon.cc,v 1.3 0 2008-07-16 15:04:26 wienandExp $ */4 /* $Id: rmodulon.cc,v 1.31 2008-12-08 15:00:43 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: numbers modulo n … … 18 18 #include "ring.h" 19 19 #include "rmodulon.h" 20 #include " gmp.h"20 #include "si_gmp.h" 21 21 22 22 #ifdef HAVE_RINGMODN -
kernel/structs.h
ra6b576 rc1526f 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: structs.h,v 1.5 6 2008-09-12 14:13:32Singular Exp $ */6 /* $Id: structs.h,v 1.57 2008-12-08 15:00:43 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT … … 11 11 #include <string.h> /* for memset */ 12 12 #ifdef HAVE_RINGS 13 #include < gmp.h>13 #include <si_gmp.h> 14 14 #endif 15 15
Note: See TracChangeset
for help on using the changeset viewer.