Changeset 2ad10e9 in git for libpolys/polys/matpol.cc


Ignore:
Timestamp:
Apr 11, 2011, 3:36:24 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1377c9221c63abafb14abbd71a5934af8237629a
Parents:
d6a97c3b6803a51b45a3b35e4c75317042f51060
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-04-11 15:36:24+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:04:22+01:00
Message:
ADD: started fixing simpleideals.cc matpol.{cc,h} (the later needs interface changes!)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/matpol.cc

    rd6a97c3 r2ad10e9  
    1111#include <math.h>
    1212
    13 #include <kernel/mod2.h>
    14 #include <omalloc/mylimits.h>
    15 #include <kernel/structs.h>
    16 #include <kernel/kstd1.h>
     13#include "config.h"
     14#include <misc/auxiliary.h>
     15
     16#include <omalloc/omalloc.h>
     17#include <misc/mylimits.h>
     18
     19
     20// #include <kernel/structs.h>
     21// #include <kernel/kstd1.h>
    1722// #include <kernel/polys.h>
    18 #include <omalloc/omalloc.h>
    19 #include <kernel/febase.h>
    20 #include <kernel/numbers.h>
    21 #include <kernel/ideals.h>
    22 #include <kernel/intvec.h>
    23 #include <kernel/ring.h>
    24 #include <kernel/sparsmat.h>
    25 #include <kernel/matpol.h>
    26 #include <kernel/prCopy.h>
     23
     24#include <misc/intvec.h>
     25#include <coeffs/numbers.h>
     26
     27#include <reporter/reporter.h>
     28
     29
     30#include "monomials/ring.h"
     31#include "monomials/p_polys.h"
     32// #include <kernel/sparsmat.h>
     33
     34#include "coeffrings.h"
     35#include "simpleideals.h"
     36#include "matpol.h"
     37#include "prCopy.h"
    2738
    2839//omBin ip_smatrix_bin = omGetSpecBin(sizeof(ip_smatrix));
Note: See TracChangeset for help on using the changeset viewer.