My Project
Loading...
Searching...
No Matches
libpolys
coeffs
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
;
20
}
flintZn_struct
;
21
BOOLEAN
flintZn_InitChar
(
coeffs
cf
,
void
* infoStruct);
22
23
coeffs
flintZnInitCfByName
(
char
*
s
,
n_coeffType
n);
24
#endif
25
26
#endif
27
auxiliary.h
All the auxiliary stuff.
BOOLEAN
int BOOLEAN
Definition:
auxiliary.h:87
cf
CanonicalForm cf
Definition:
cfModGcd.cc:4083
n_coeffType
n_coeffType
Definition:
coeffs.h:27
s
const CanonicalForm int s
Definition:
facAbsFact.cc:51
flintZn_InitChar
BOOLEAN flintZn_InitChar(coeffs cf, void *infoStruct)
Definition:
flintcf_Zn.cc:486
flintZn_struct::ch
int ch
Definition:
flintcf_Zn.h:18
flintZn_struct::name
char * name
Definition:
flintcf_Zn.h:19
flintZnInitCfByName
coeffs flintZnInitCfByName(char *s, n_coeffType n)
Definition:
flintcf_Zn.cc:432
flintZn_struct
Definition:
flintcf_Zn.h:17
coeffs
The main handler for Singular numbers which are suitable for Singular polynomials.
Generated on Mon Feb 27 2023 10:53:49 for My Project by
doxygen 1.9.5
for
Singular