source: git/Singular/binom.h @ c4bbf1f

spielwiese
Last change on this file since c4bbf1f was c2b529, checked in by Hans Schönemann <hannes@…>, 26 years ago
* hannes: bug fixes to TEST_MAC_ORDER (binom.* polys-impl.* spSpolyLoop.cc) git-svn-id: file:///usr/local/Singular/svn/trunk@1096 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 718 bytes
Line 
1#ifndef BINOM_H
2#define BINOM_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6/* $Id: binom.h,v 1.11 1998-01-27 18:51:18 Singular Exp $ */
7/*
8* ABSTRACT - set order (=number of monomial) for dp
9*/
10// #define TEST_MAC_ORDER
11// #define TEST_MAC_DEBUG
12
13#ifdef TEST_MAC_ORDER
14
15#include <limits.h>
16
17extern int      bHighdeg;
18extern int      bHighdeg_1;
19extern BOOLEAN  bNoAdd;
20extern int *    bBinomials;
21
22void            bSetm(poly p);
23void            bSetm0(poly p);
24void            bBinomSet(int * orders);
25int             bComp1dpc(poly p1, poly p2);
26int             bComp1cdp(poly p1, poly p2);
27
28#else
29#undef TEST_MAC_DEBUG
30#endif
31#endif
Note: See TracBrowser for help on using the repository browser.