Go to the source code of this file.
◆ PR_NAME()
static poly PR_NAME |
( |
poly & |
src, |
|
|
const ring |
r_src, |
|
|
const ring |
r_dest |
|
) |
| |
|
static |
Definition at line 9 of file prCopyTemplate.cc.
11{
13
14
15
16
18
19 poly dest = &dest_s;
21
22 poly
p = src; src =
NULL;
24 {
26
29
31 }
33 dest =
pNext(&dest_s);
36 return dest;
37}
#define p_SetCoeff0(p, n, r)
#define PR_SORT_POLY(p, d_r, s_r)
#define PR_ALLOC_MONOM(r)
#define PR_CPY_EVECTOR(dest, dest_r, src, src_r)
#define PR_INIT_EVECTOR_COPY(r_src, r_dest)
#define PR_DELETE_MONOM(src, r_src)