source: git/kernel/GBEngine/f5data.cc @ 0e5ce57

fieker-DuValspielwiese
Last change on this file since 0e5ce57 was 4676d5, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Moved timer.*, feread.cc and febase.* from /kernel/ to /Singular/ (also corrected the option(prot); handling) NOTE: also removes line breakes and timings in the output due to option (prot), which were unaccounted and undocumented
  • Property mode set to 100644
File size: 773 bytes
Line 
1//! \file f5data.h
2/****************************************
3*  Computer Algebra System SINGULAR     *
4****************************************/
5/*
6* ABSTRACT: lpolynomial definition
7*/
8
9
10
11#include <kernel/mod2.h>
12
13#ifdef HAVE_F5
14#include <kernel/GBEngine/kutil.h>
15#include <kernel/structs.h>
16#include <omalloc/omalloc.h>
17#include <kernel/polys.h>
18#include <polys/monomials/p_polys.h>
19#include <kernel/ideals.h>
20#include <kernel/GBEngine/kstd1.h>
21#include <kernel/GBEngine/khstd.h>
22#include <polys/kbuckets.h>
23#include <polys/weight.h>
24#include <misc/intvec.h>
25#include <kernel/polys.h>
26#include <kernel/GBEngine/f5gb.h>
27#include <kernel/GBEngine/f5data.h>
28#include <kernel/GBEngine/f5lists.h>
29/*
30=====================
31everything is inlined
32=====================
33*/
34#endif
Note: See TracBrowser for help on using the repository browser.