Changeset af598e in git for libpolys/polys/clapsing.cc


Ignore:
Timestamp:
May 4, 2011, 7:50:23 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
107b6a63f83a561264dff51b21ba9a08c2b381f8
Parents:
02c42db0b19db524ec869930bffc30346b16abed
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-04 19:50:23+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:35+01:00
Message:
ADD: factory-related wrappers (clapsing.cc/.h)
FIX: ring-dependent fixes for some factory-dependent code
TODO: finish fixing clapsing.cc/.h
File:
1 moved

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapsing.cc

    r02c42d raf598e  
    99
    1010//#define FACTORIZE2_DEBUG
    11 #include <kernel/mod2.h>
     11#include "config.h"
     12#include <misc/auxiliary.h>
     13
     14
     15TODO(Martin, Please adapt the following code for the use in SW)
     16#ifdef HAVE_FACTORY
     17
     18#define SI_DONT_HAVE_GLOBAL_VARS
    1219#include <omalloc/omalloc.h>
    13 #ifdef HAVE_FACTORY
    14 #define SI_DONT_HAVE_GLOBAL_VARS
    15 #include <kernel/structs.h>
    16 #include <kernel/clapsing.h>
    17 #include <kernel/numbers.h>
    18 #include <kernel/ring.h>
    19 #include <kernel/ideals.h>
    20 #include <kernel/ffields.h>
     20#include <coeffs/numbers.h>
     21#include <coeffs/coeffs.h>
     22
     23// #include <kernel/ffields.h>
     24// #include <kernel/clapconv.h>
     25// #include <libfac/factor.h>
     26
    2127#include <factory/factory.h>
    22 #include <kernel/clapconv.h>
    23 #include <libfac/factor.h>
    24 #include <kernel/ring.h>
     28
     29#include "clapsing.h"
     30#include "monomials/ring.h"
     31#include "simpleideals.h"
     32
    2533
    2634void out_cf(const char *s1,const CanonicalForm &f,const char *s2);
     
    16521660  return mm;
    16531661}
    1654 #endif
    1655 
     1662/*
    16561663napoly singclap_alglcm ( napoly f, napoly g )
    16571664{
     
    17351742 Off(SW_RATIONAL);
    17361743}
     1744*/
    17371745
    17381746#if 0
Note: See TracChangeset for help on using the changeset viewer.