Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
libpolys
coeffs
ffields.h
Go to the documentation of this file.
1
#ifndef FFIELDS_H
2
#define FFIELDS_H
3
/****************************************
4
* Computer Algebra System SINGULAR *
5
****************************************/
6
/*
7
* ABSTRACT: finite fields with a none-prime number of elements (via tables)
8
*/
9
#include <
misc/auxiliary.h
>
10
11
struct
n_Procs_s
;
typedef
struct
n_Procs_s
*
coeffs
;
12
13
//// Initialize r (n_GF)
14
BOOLEAN
nfInitChar
(coeffs
r
,
void
*);
15
16
/// Show the mininimal polynom....
17
/// NOTE: this is used by char * sleftv::String(void *d, BOOLEAN typed, int dim) (from Singular/subexpr.cc)
18
/// for printing minpoly
19
void
nfShowMipo
(
const
coeffs
r
);
20
21
#endif
n_Procs_s
Definition:
coeffs.h:122
r
const ring r
Definition:
syzextra.cc:208
coeffs
The main handler for Singular numbers which are suitable for Singular polynomials.
nfShowMipo
void nfShowMipo(const coeffs r)
Show the mininimal polynom.... NOTE: this is used by char * sleftv::String(void *d, BOOLEAN typed, int dim) (from Singular/subexpr.cc) for printing minpoly.
Definition:
ffields.cc:582
auxiliary.h
All the auxiliary stuff.
nfInitChar
BOOLEAN nfInitChar(coeffs r, void *)
Definition:
ffields.cc:834
BOOLEAN
int BOOLEAN
Definition:
auxiliary.h:88
Generated on Mon Mar 6 2017 11:17:29 by
doxygen 1.8.8
for
Singular debian-1:4.0.3-p3+ds-5~bpo8+1