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

spielwiese
Last change on this file since 8fc3f6 was 9cb4078, checked in by Christian Eder, 15 years ago
implemented interreduction, still with lots of bugs => commented out git-svn-id: file:///usr/local/Singular/svn/trunk@11514 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 682 bytes
Line 
1//! \file f5data.h
2/****************************************
3*  Computer Algebra System SINGULAR     *
4****************************************/
5/* $Id: f5data.cc,v 1.9 2009-03-04 20:23:05 ederc Exp $ */
6/*
7* ABSTRACT: lpolynomial definition
8*/
9#include "mod2.h"
10
11#ifdef HAVE_F5
12#include "kutil.h"
13#include "structs.h"
14#include "omalloc.h"
15#include "polys.h"
16#include "p_polys.h"
17#include "ideals.h"
18#include "febase.h"
19#include "kstd1.h"
20#include "khstd.h"
21#include "kbuckets.h"
22#include "weight.h"
23#include "intvec.h"
24#include "pInline1.h"
25#include "f5gb.h"
26#include "f5data.h"
27#include "f5lists.h"
28/*
29=====================
30everything is inlined
31=====================
32*/
33#endif
Note: See TracBrowser for help on using the repository browser.