Changeset 0c4a34b in git
- Timestamp:
- Jun 6, 2005, 6:31:45 PM (18 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- e6f922f404f09a640cb8e2f382b2e42f1ef1facf
- Parents:
- 19faff6379f86b96fd148d91bb4c355bf709355c
- Location:
- factory
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/abs_fac.cc
r19faff6 r0c4a34b 1 1 2 #include "factory.h" 2 3 #ifdef HAVE_BIFAC 3 #include "factory.h"4 4 #ifndef NOSTREAMIO 5 5 #include<fstream> -
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; -
factory/bifac.h
r19faff6 r0c4a34b 11 11 #define bifac__H 12 12 13 #ifdef HAVE_BIFAC14 13 15 14 #include <time.h> 16 #include <factory.h> 15 #include <factoryconf.h> 16 #ifdef HAVE_BIFAC 17 17 18 18 #include "lgs.h" -
factory/lgs.cc
r19faff6 r0c4a34b 2 2 Dateiname: lgs.cc 3 3 =================================================================== */ 4 #ifdef HAVE_BIFAC5 4 6 5 #include "lgs.h" 7 6 #include "bifacConfig.h" 8 7 8 #ifdef HAVE_BIFAC 9 9 10 10 //--<>--------------------------------- -
factory/lgs.h
r19faff6 r0c4a34b 10 10 11 11 12 #ifdef HAVE_BIFAC13 12 14 13 #include "factory.h" 14 #ifdef HAVE_BIFAC 15 15 16 16
Note: See TracChangeset
for help on using the changeset viewer.