Changeset 67c1dc in git
- Timestamp:
- Dec 14, 2011, 5:07:25 PM (11 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 81845eb574ce4e246556ba7885ecb3a9be8222a9
- Parents:
- d92d714be40efcb5b8f903ae5b3bff5d3ed69a4e
- git-author:
- Martin Lee <martinlee84@web.de>2011-12-14 17:07:25+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-06 21:09:33+01:00
- Location:
- libpolys/polys
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/clapsing.cc
rd92d71 r67c1dc 15 15 #define SI_DONT_HAVE_GLOBAL_VARS 16 16 #include <factory/factory.h> 17 #ifdef HAVE_LIBFAC 18 #include <libfac/factor.h> 19 #endif 17 20 #endif 18 21 … … 35 38 #include "clapconv.h" 36 39 // #include <kernel/clapconv.h> 37 // #include <libfac/factor.h> 40 38 41 39 42 void out_cf(const char *s1,const CanonicalForm &f,const char *s2); … … 1195 1198 } 1196 1199 1197 1198 TODO(somebody, add libfac) 1199 /*matrix singclap_irrCharSeries ( ideal I, const ring r) 1200 #ifdef HAVE_LIBFAC 1201 matrix singclap_irrCharSeries ( ideal I, const ring r) 1200 1202 { 1201 1203 if (idIs0(I)) return mpNew(1,1); … … 1287 1289 Off(SW_RATIONAL); 1288 1290 return res; 1289 }*/ 1290 1291 /* 1291 } 1292 1292 1293 char* singclap_neworder ( ideal I, const ring r) 1293 1294 { … … 1371 1372 if (s[strlen(s)-1]==',') s[strlen(s)-1]='\0'; 1372 1373 return s; 1373 }*/ 1374 } 1375 #endif /*HAVE_LIBFAC*/ 1374 1376 1375 1377 BOOLEAN singclap_isSqrFree(poly f, const ring r) -
libpolys/polys/clapsing.h
rd92d71 r67c1dc 52 52 BOOLEAN singclap_isSqrFree(poly f, const ring r); 53 53 54 /* 55 // need libfac??? commented out! 54 #ifdef HAVE_LIBFAC 56 55 matrix singclap_irrCharSeries ( ideal I, const ring r); 57 char* singclap_neworder ( ideal I, const ring r); 58 */56 char* singclap_neworder ( ideal I, const ring r); 57 #endif 59 58 60 59 poly singclap_det( const matrix m, const ring r );
Note: See TracChangeset
for help on using the changeset viewer.