Changeset 0c4a34b in git for factory/bifac.cc
- Timestamp:
- Jun 6, 2005, 6:31:45 PM (18 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- e6f922f404f09a640cb8e2f382b2e42f1ef1facf
- Parents:
- 19faff6379f86b96fd148d91bb4c355bf709355c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/bifac.cc
r19faff6 r0c4a34b 1 #include "factory.h" 1 2 #ifdef HAVE_BIFAC 2 #include "bifac.h" 3 #include "lgs.h" 4 #include "bifacConfig.h" 3 5 4 6 #define BIFAC_BASIS_OF_G_CHECK 1 … … 267 269 ff = f*(deriv(g,y)-deriv(h,x)) +h*deriv(f,x) -g*deriv(f,y); 268 270 if( !ff.isZero()) { 271 #ifndef NOSTREAMIO 269 272 AUSGABE_ERR("* Falsche Polynome!"); 270 273 exit (1); 274 #else 275 printf("wrong polys\n"); 276 break; 277 #endif 271 278 } 272 279 } … … 1266 1273 } 1267 1274 1268 clock(); // Start measuring of time1269 1270 1275 Variable W('W'); 1271 1276 CanonicalForm l;
Note: See TracChangeset
for help on using the changeset viewer.