Changeset d92d71 in git for factory/libfac/charset
- Timestamp:
- Dec 14, 2011, 5:19:14 PM (11 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 67c1dcaf5b5069c5df300f7898cff740290bf5f1
- Parents:
- dcccebd9b733616f7e8c8d888299aa4c3073a094
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-12-14 17:19:14+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-06 21:09:33+01:00
- Location:
- factory/libfac/charset
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/libfac/charset/alg_factor.cc
rdccceb rd92d71 27 27 #endif 28 28 29 #include "debug.h"29 #include <libfac/factor/debug.h> 30 30 #include "timing.h" 31 31 TIMING_DEFINE_PRINT(newfactoras_time); -
factory/libfac/charset/algfactor.cc
rdccceb rd92d71 24 24 #endif 25 25 26 #include "debug.h"26 #include <libfac/factor/debug.h> 27 27 #include "timing.h" 28 28 TIMING_DEFINE_PRINT(newfactoras_time); … … 73 73 # undef DEBUGOUTPUT 74 74 #endif 75 #include "debug.h"75 #include <libfac/factor/debug.h> 76 76 static CFList 77 77 charsetnA(const CFList & AS, const CFList &PS, PremForm & Remembern, const Variable & vf ){ … … 123 123 # undef DEBUGOUTPUT 124 124 #endif 125 #include "debug.h"125 #include <libfac/factor/debug.h> 126 126 // compute the GCD of f and g over the algebraic field having 127 127 // adjoing ascending set as -
factory/libfac/charset/charset.cc
rdccceb rd92d71 27 27 #endif 28 28 29 #include "debug.h"29 #include <libfac/factor/debug.h> 30 30 #include "timing.h" 31 31 TIMING_DEFINE_PRINT(subfactorize_time); … … 40 40 # undef DEBUGOUTPUT 41 41 #endif 42 #include "debug.h"42 #include <libfac/factor/debug.h> 43 43 44 44 // the next computes a characteristic set (a basic set in Wang's sense) … … 96 96 # undef DEBUGOUTPUT 97 97 #endif 98 #include "debug.h"98 #include <libfac/factor/debug.h> 99 99 100 100 // The modified CharSet (an extended characteristic set with certain factors … … 328 328 # undef DEBUGOUTPUT 329 329 #endif 330 #include "debug.h"330 #include <libfac/factor/debug.h> 331 331 332 332 ListCFList … … 474 474 #endif 475 475 476 #include "debug.h"476 #include <libfac/factor/debug.h> 477 477 478 478 static CFList -
factory/libfac/charset/csutil.cc
rdccceb rd92d71 621 621 # undef DEBUGOUTPUT 622 622 #endif 623 #include "debug.h"623 #include <libfac/factor/debug.h> 624 624 // examine the irreducibility of as for IrrCharSeries 625 625 int -
factory/libfac/charset/reorder.cc
rdccceb rd92d71 29 29 #endif 30 30 31 #include "debug.h"31 #include <libfac/factor/debug.h> 32 32 #include "timing.h" 33 33 TIMING_DEFINE_PRINT(neworder_time);
Note: See TracChangeset
for help on using the changeset viewer.