source: git/kernel/f5data.cc @ 8bb03b

fieker-DuValspielwiese
Last change on this file since 8bb03b was eedd22, checked in by Hans Schoenemann <hannes@…>, 13 years ago
kernel/pInline1.h -> libpolys/polys/polys.h
  • Property mode set to 100644
File size: 763 bytes
RevLine 
[9cb4078]1//! \file f5data.h
[01e82c8]2/****************************************
3*  Computer Algebra System SINGULAR     *
4****************************************/
[341696]5/* $Id$ */
[01e82c8]6/*
7* ABSTRACT: lpolynomial definition
8*/
[599326]9#include <kernel/mod2.h>
[01e82c8]10
11#ifdef HAVE_F5
[599326]12#include <kernel/kutil.h>
13#include <kernel/structs.h>
[76cfef]14#include <omalloc/omalloc.h>
[210e07]15#include <polys/polys.h>
16#include <polys/monomials/p_polys.h>
[599326]17#include <kernel/ideals.h>
18#include <kernel/febase.h>
19#include <kernel/kstd1.h>
20#include <kernel/khstd.h>
[210e07]21#include <polys/kbuckets.h>
[76cfef]22#include <polys/weight.h>
[210e07]23#include <misc/intvec.h>
[eedd22]24#include <libpolys/polys/polys.h>
[599326]25#include <kernel/f5gb.h>
26#include <kernel/f5data.h>
27#include <kernel/f5lists.h>
[01e82c8]28/*
[9cb4078]29=====================
30everything is inlined
31=====================
[01e82c8]32*/
33#endif
Note: See TracBrowser for help on using the repository browser.