My Project
Loading...
Searching...
No Matches
kernel
GBEngine
kChinese.h
Go to the documentation of this file.
1
#ifndef KCHINESE_H
2
#include "
misc/auxiliary.h
"
3
4
#include "
misc/intvec.h
"
5
#include "
polys/monomials/p_polys.h
"
6
#include "
polys/matpol.h
"
7
#include "
polys/simpleideals.h
"
8
9
#include <gmp.h>
10
/*2
11
* xx,q: arrays of length 0..rl-1
12
* xx[i]: SB mod q[i]
13
* assume: char=0
14
* assume: q[i]!=0
15
* destroys xx
16
*/
17
poly
p_ChineseRemainder
(poly *xx, mpz_ptr *
x
,mpz_ptr *q,
int
rl, mpz_ptr *C ,
const
ring
R
);
18
ideal
id_ChineseRemainder_0
(ideal *xx, number *q,
int
rl,
const
ring r);
19
ideal
id_Farey_0
(ideal xx, number
N
,
const
ring r);
20
#endif
auxiliary.h
All the auxiliary stuff.
N
const CanonicalForm CFMap CFMap & N
Definition:
cfEzgcd.cc:56
x
Variable x
Definition:
cfModGcd.cc:4082
intvec.h
id_Farey_0
ideal id_Farey_0(ideal xx, number N, const ring r)
Definition:
kChinese.cc:298
id_ChineseRemainder_0
ideal id_ChineseRemainder_0(ideal *xx, number *q, int rl, const ring r)
Definition:
kChinese.cc:196
p_ChineseRemainder
poly p_ChineseRemainder(poly *xx, mpz_ptr *x, mpz_ptr *q, int rl, mpz_ptr *C, const ring R)
matpol.h
p_polys.h
simpleideals.h
R
#define R
Definition:
sirandom.c:27
Generated on Mon Feb 27 2023 10:53:48 for My Project by
doxygen 1.9.5
for
Singular