Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
libpolys
polys
monomials
monomials.cc
Go to the documentation of this file.
1
/****************************************
2
* Computer Algebra System SINGULAR *
3
****************************************/
4
5
/***************************************************************
6
*
7
* File: polys-impl.cc
8
* Purpose: low-level procuders for polys.
9
*
10
* If you touch anything here, you better know what you are doing.
11
* What is here should not be used directly from other routines -- the
12
* encapsulations in polys.[h,cc] should be used, instead.
13
*
14
***************************************************************/
15
#ifndef POLYS_IMPL_CC
16
#define POLYS_IMPL_CC
17
18
#include <stdio.h>
19
#include <string.h>
20
21
22
23
24
25
#include <
omalloc/omalloc.h
>
26
#include <
misc/auxiliary.h
>
27
28
#ifdef PDEBUG
29
#undef NO_INLINE3
30
#define NO_INLINE3
31
#endif
32
33
34
#endif // POLYS_IMPL_CC
auxiliary.h
All the auxiliary stuff.
omalloc.h
Generated on Mon Mar 6 2017 11:17:30 by
doxygen 1.8.8
for
Singular debian-1:4.0.3-p3+ds-5~bpo8+1