My Project
Toggle main menu visibility
Loading...
Searching...
No Matches
libpolys
coeffs
rmodulon.h
Go to the documentation of this file.
1
#ifndef RMODULON_H
2
#define RMODULON_H
3
/****************************************
4
* Computer Algebra System SINGULAR *
5
****************************************/
6
/*
7
* ABSTRACT: numbers modulo n
8
*/
9
#include "
misc/auxiliary.h
"
10
#include "
coeffs/coeffs.h
"
11
12
struct
n_Procs_s
;
typedef
struct
n_Procs_s
*
coeffs
;
13
struct
snumber
;
typedef
struct
snumber
* number;
14
15
#include "
coeffs/rintegers.h
"
16
17
typedef
struct
{ mpz_ptr
base
;
unsigned
long
exp
; }
ZnmInfo
;
18
19
BOOLEAN
nrnInitChar
(
coeffs
r,
void
*);
20
number
nrnMapGMP
(number from,
const
coeffs
/*src*/
,
const
coeffs
dst);
/*for SAGE*/
21
nMapFunc
nrnSetMap
(
const
coeffs
src,
const
coeffs
dst);
/* for SAGE, better: n_setMap*/
22
coeffs
nrnInitCfByName
(
char
*
name
,
n_coeffType
n);
23
24
#endif
auxiliary.h
All the auxiliary stuff.
BOOLEAN
int BOOLEAN
Definition
auxiliary.h:88
coeffs.h
Coefficient rings, fields and other domains suitable for Singular polynomials.
n_coeffType
n_coeffType
Definition
coeffs.h:27
nMapFunc
number(* nMapFunc)(number a, const coeffs src, const coeffs dst)
maps "a", which lives in src, into dst
Definition
coeffs.h:80
snumber
'SR_INT' is the type of those integers small enough to fit into 29 bits.
Definition
longrat.h:49
coeffs
The main handler for Singular numbers which are suitable for Singular polynomials.
rintegers.h
nrnInitCfByName
coeffs nrnInitCfByName(char *name, n_coeffType n)
Definition
rmodulon.cc:33
ZnmInfo::base
mpz_ptr base
Definition
rmodulon.h:17
nrnSetMap
nMapFunc nrnSetMap(const coeffs src, const coeffs dst)
Definition
rmodulon.cc:802
ZnmInfo::exp
unsigned long exp
Definition
rmodulon.h:17
nrnInitChar
BOOLEAN nrnInitChar(coeffs r, void *)
Definition
rmodulon.cc:999
nrnMapGMP
number nrnMapGMP(number from, const coeffs, const coeffs dst)
Definition
rmodulon.cc:741
ZnmInfo
Definition
rmodulon.h:17
n_Procs_s
Definition
coeffs.h:130
name
int name
New type name for int.
Definition
templateForC.h:21
Generated on
for My Project by
doxygen 1.17.0
for
Singular