My Project  debian-1:4.1.1-p2+ds-4build2
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 "singularconfig.h"
13 #include "misc/auxiliary.h"
14 
15 #ifdef HAVE_FLINT
16 typedef struct
17 {
18  int ch;
19  char *name;
21 BOOLEAN flintZn_InitChar(coeffs cf, void * infoStruct);
22 #endif
23 
24 #endif
25 
cf
CanonicalForm cf
Definition: cfModGcd.cc:4024
flintZn_InitChar
BOOLEAN flintZn_InitChar(coeffs cf, void *infoStruct)
Definition: flintcf_Zn.cc:465
auxiliary.h
BOOLEAN
int BOOLEAN
Definition: auxiliary.h:85
flintZn_struct
Definition: flintcf_Zn.h:16
coeffs
n_Procs_s::ch
int ch
Definition: coeffs.h:341
name
char name(const Variable &v)
Definition: factory.h:180