My Project
kernel
structs.h
Go to the documentation of this file.
1
#ifndef STRUCTS_H
2
#define STRUCTS_H
3
/****************************************
4
* Computer Algebra System SINGULAR *
5
****************************************/
6
/*
7
* ABSTRACT
8
*/
9
10
#include "
kernel/mod2.h
"
11
12
/* for omBin */
13
#include "
omalloc/omalloc.h
"
14
15
#ifdef HAVE_RINGS
16
#include "
coeffs/si_gmp.h
"
17
#endif
18
19
/* standard types */
20
#define BITSET unsigned int
21
22
23
/* C++-part */
24
#ifdef __cplusplus
25
#include "
kernel/polys.h
"
26
27
class
Voice
;
28
class
sleftv
;
29
class
procinfo
;
30
class
skStrategy
;
31
class
ssyStrategy
;
32
class
CPolynomialSummator
;
33
class
CGlobalMultiplier
;
34
class
CFormulaPowerMultiplier
;
35
#endif
36
37
38
enum
tHomog
39
{
40
isNotHomog
=
FALSE
,
41
isHomog
=
TRUE
,
42
testHomog
43
};
44
45
struct
sip_package
;
46
typedef
struct
sip_package
ip_package;
47
typedef
ip_package *
package
;
48
49
typedef
struct
n_Procs_s
n_Procs_s
;
50
51
struct
nc_struct
;
52
typedef
struct
nc_struct
nc_struct
;
53
54
typedef
struct
sip_link
ip_link;
55
56
/* the pointer types */
57
typedef
char
*
char_ptr
;
58
typedef
int
*
int_ptr
;
59
60
#ifdef __cplusplus
61
typedef
sleftv
*
leftv
;
62
typedef
skStrategy
*
kStrategy
;
63
typedef
ssyStrategy
*
syStrategy
;
64
typedef
procinfo
*
procinfov
;
65
66
/* the function pointer types */
67
68
#endif
/* __cplusplus */
69
70
71
72
/*
73
** 7. runtime procedures/global data
74
*/
75
76
/* 7.1 C-routines : */
77
78
79
#define loop for(;;)
80
81
EXTERN_VAR
omBin
char_ptr_bin
;
82
83
#endif
84
TRUE
#define TRUE
Definition:
auxiliary.h:100
FALSE
#define FALSE
Definition:
auxiliary.h:96
CFormulaPowerMultiplier
Definition:
ncSAFormula.h:28
CGlobalMultiplier
Definition:
ncSAMult.h:264
CPolynomialSummator
CPolynomialSummator: unifies bucket and polynomial summation as the later is brocken in buckets :(.
Definition:
summator.h:21
Voice
Definition:
fevoices.h:59
skStrategy
Definition:
kutil.h:275
sleftv
Class used for (list of) interpreter objects.
Definition:
subexpr.h:83
EXTERN_VAR
#define EXTERN_VAR
Definition:
globaldefs.h:6
sip_package
Definition:
ipid.h:35
mod2.h
omBin
omBin_t * omBin
Definition:
omStructs.h:12
omalloc.h
polys.h
Compatiblity layer for legacy polynomial operations (over currRing)
si_gmp.h
sip_link
Definition:
silink.h:54
n_Procs_s
Definition:
coeffs.h:123
nc_struct
Definition:
nc.h:68
package
ip_package * package
Definition:
structs.h:47
leftv
sleftv * leftv
Definition:
structs.h:61
char_ptr
char * char_ptr
Definition:
structs.h:57
tHomog
tHomog
Definition:
structs.h:39
isHomog
@ isHomog
Definition:
structs.h:41
testHomog
@ testHomog
Definition:
structs.h:42
isNotHomog
@ isNotHomog
Definition:
structs.h:40
kStrategy
skStrategy * kStrategy
Definition:
structs.h:62
char_ptr_bin
EXTERN_VAR omBin char_ptr_bin
Definition:
structs.h:81
syStrategy
ssyStrategy * syStrategy
Definition:
structs.h:63
int_ptr
int * int_ptr
Definition:
structs.h:58
procinfov
procinfo * procinfov
Definition:
structs.h:64
procinfo
Definition:
subexpr.h:54
ssyStrategy
Definition:
syz.h:37
Generated on Tue Dec 14 2021 19:21:46 for My Project by
doxygen 1.9.1
for
Singular