source: git/kernel/tgb.h @ 0f7b79

spielwiese
Last change on this file since 0f7b79 was 0f7b79, checked in by Michael Brickenstein <bricken@…>, 19 years ago
*bricken: tgb.h now smaller git-svn-id: file:///usr/local/Singular/svn/trunk@8099 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 400 bytes
Line 
1#ifndef TGB_H
2#define TGB_H
3//#define OM_CHECK 3
4//#define OM_TRACK 5
5#include "mod2.h"
6#include <omalloc.h>
7#include "p_polys.h"
8
9#include "ideals.h"
10#include "ring.h"
11#include "febase.h"
12#include "structs.h"
13#include "polys.h"
14#include "stdlib.h"
15
16
17#include "kutil.h"
18#include "kInline.cc"
19#include "kstd1.h"
20#include "kbuckets.h"
21
22ideal t_rep_gb(ring r,ideal arg_I, BOOLEAN F4_mode=FALSE);
23#endif
Note: See TracBrowser for help on using the repository browser.