My Project
Loading...
Searching...
No Matches
f5data.cc
Go to the documentation of this file.
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
13#include "kernel/structs.h"
14#include "kernel/polys.h"
16#include "kernel/ideals.h"
19#include "polys/kbuckets.h"
20#include "polys/weight.h"
21#include "misc/intvec.h"
22#include "kernel/polys.h"
26/*
27=====================
28everything is inlined
29=====================
30*/
31#endif
Compatibility layer for legacy polynomial operations (over currRing)