flintcf_Zn.h
Go to the documentation of this file.
1 /****************************************
2 * Computer Algebra System SINGULAR *
3 ****************************************/
4 
5 /*
6 * ABSTRACT: flint: nmod_poly
7 */
8 
9 #ifndef FLINTCF_ZN_H
10 #define FLINTCF_ZN_H
11 
12 #include <misc/auxiliary.h>
13 #ifdef SINGULAR_4_1
14 #ifdef HAVE_FLINT
15 typedef struct
16 {
17  int ch;
18  char *name;
20 BOOLEAN flintZn_InitChar(coeffs cf, void * infoStruct);
21 #endif
22 #endif
23 
24 #endif
25 
The main handler for Singular numbers which are suitable for Singular polynomials.
All the auxiliary stuff.
BOOLEAN flintZn_InitChar(coeffs cf, void *infoStruct)
Definition: flintcf_Zn.cc:470
CanonicalForm cf
Definition: cfModGcd.cc:4024
int BOOLEAN
Definition: auxiliary.h:131