source: git/kernel/GBEngine/f5data.cc @ 89f4843

fieker-DuValspielwiese
Last change on this file since 89f4843 was 89f4843, checked in by Hans Schoenemann <hannes@…>, 7 years ago
use include ".." for singular related .h, p10, register ->REGISTER
  • Property mode set to 100644
File size: 771 bytes
Line 
1//! \file f5data.h
2/****************************************
3*  Computer Algebra System SINGULAR     *
4****************************************/
5/*
6* ABSTRACT: lpolynomial definition
7*/
8
9#include "kernel/mod2.h"
10
11#ifdef HAVE_F5
12#include "kernel/GBEngine/kutil.h"
13#include "kernel/structs.h"
14#include "omalloc/omalloc.h"
15#include "kernel/polys.h"
16#include "polys/monomials/p_polys.h"
17#include "kernel/ideals.h"
18#include "kernel/GBEngine/kstd1.h"
19#include "kernel/GBEngine/khstd.h"
20#include "polys/kbuckets.h"
21#include "polys/weight.h"
22#include "misc/intvec.h"
23#include "kernel/polys.h"
24#include "kernel/GBEngine/f5gb.h"
25#include "kernel/GBEngine/f5data.h"
26#include "kernel/GBEngine/f5lists.h"
27/*
28=====================
29everything is inlined
30=====================
31*/
32#endif
Note: See TracBrowser for help on using the repository browser.