My Project
Loading...
Searching...
No Matches
libpolys
polys
templates
p_Procs_Lib.cc
Go to the documentation of this file.
1
/****************************************
2
* Computer Algebra System SINGULAR *
3
****************************************/
4
/***************************************************************
5
* File: p_Procs_Lib.cc
6
* Purpose: source for shared library of p_Procs
7
* Author: obachman (Olaf Bachmann)
8
* Created: 12/00
9
*******************************************************************/
10
11
#ifdef DYNAMIC_VERSION
12
#define LINKAGE extern "C"
13
#else
14
#define LINKAGE
15
#endif
16
17
18
19
20
#include "
misc/auxiliary.h
"
21
22
#include "
polys/monomials/p_polys.h
"
23
#include "
polys/monomials/ring.h
"
24
#include "
polys/templates/p_Procs.h
"
25
#include "
polys/templates/p_Numbers.h
"
26
#include "
polys/templates/p_MemCmp.h
"
27
#include "
polys/templates/p_MemAdd.h
"
28
#include "
polys/templates/p_MemCopy.h
"
29
#include "
polys/kbuckets.h
"
30
31
#include "templates/p_Procs.inc"
32
auxiliary.h
All the auxiliary stuff.
kbuckets.h
p_MemAdd.h
p_MemCmp.h
p_MemCopy.h
p_Numbers.h
p_Procs.h
p_polys.h
ring.h
Generated on Mon Feb 27 2023 10:53:49 for My Project by
doxygen 1.9.5
for
Singular