Changeset d92d71 in git for factory/libfac/charset


Ignore:
Timestamp:
Dec 14, 2011, 5:19:14 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
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
Message:
build libfac.a into factory

FIX: libfac builds and uses factory/factory.h
FIX: adaptation of Singular to use libfac staff
Location:
factory/libfac/charset
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • factory/libfac/charset/alg_factor.cc

    rdccceb rd92d71  
    2727#endif
    2828
    29 #include "debug.h"
     29#include <libfac/factor/debug.h>
    3030#include "timing.h"
    3131TIMING_DEFINE_PRINT(newfactoras_time);
  • factory/libfac/charset/algfactor.cc

    rdccceb rd92d71  
    2424#endif
    2525
    26 #include "debug.h"
     26#include <libfac/factor/debug.h>
    2727#include "timing.h"
    2828TIMING_DEFINE_PRINT(newfactoras_time);
     
    7373#  undef DEBUGOUTPUT
    7474#endif
    75 #include "debug.h"
     75#include <libfac/factor/debug.h>
    7676static CFList
    7777charsetnA(const CFList & AS, const CFList &PS, PremForm & Remembern, const Variable & vf ){
     
    123123#  undef DEBUGOUTPUT
    124124#endif
    125 #include "debug.h"
     125#include <libfac/factor/debug.h>
    126126// compute the GCD of f and g over the algebraic field having
    127127// adjoing ascending set as
  • factory/libfac/charset/charset.cc

    rdccceb rd92d71  
    2727#endif
    2828
    29 #include "debug.h"
     29#include <libfac/factor/debug.h>
    3030#include "timing.h"
    3131TIMING_DEFINE_PRINT(subfactorize_time);
     
    4040#  undef DEBUGOUTPUT
    4141#endif
    42 #include "debug.h"
     42#include <libfac/factor/debug.h>
    4343
    4444// the next computes a characteristic set (a basic set in Wang's sense)
     
    9696#  undef DEBUGOUTPUT
    9797#endif
    98 #include "debug.h"
     98#include <libfac/factor/debug.h>
    9999
    100100// The modified CharSet (an extended characteristic set with certain factors
     
    328328#  undef DEBUGOUTPUT
    329329#endif
    330 #include "debug.h"
     330#include <libfac/factor/debug.h>
    331331
    332332ListCFList
     
    474474#endif
    475475
    476 #include "debug.h"
     476#include <libfac/factor/debug.h>
    477477
    478478static CFList
  • factory/libfac/charset/csutil.cc

    rdccceb rd92d71  
    621621#  undef DEBUGOUTPUT
    622622#endif
    623 #include "debug.h"
     623#include <libfac/factor/debug.h>
    624624// examine the irreducibility of as for IrrCharSeries
    625625int
  • factory/libfac/charset/reorder.cc

    rdccceb rd92d71  
    2929#endif
    3030
    31 #include "debug.h"
     31#include <libfac/factor/debug.h>
    3232#include "timing.h"
    3333TIMING_DEFINE_PRINT(neworder_time);
Note: See TracChangeset for help on using the changeset viewer.