My Project
UNKNOWN_GIT_VERSION
libpolys
polys
templates
Functions
p_Neg__T.cc File Reference
Go to the source code of this file.
Functions
LINKAGE
poly
p_Neg__T
(poly
p
,
const
ring r)
Function Documentation
◆
p_Neg__T()
LINKAGE
poly p_Neg__T
(
poly
p
,
const
ring
r
)
Definition at line
14
of file
p_Neg__T.cc
.
14
:
p
15
*
16
***************************************************************/
17
LINKAGE
poly
p_Neg__T
(poly
p
,
const
ring r)
18
{
19
poly q =
p
;
20
while
(
p
!=
NULL
)
21
{
22
pSetCoeff0
(
p
, n_Neg__T(
pGetCoeff
(
p
), r->cf));
23
pIter
(
p
);
p_Neg__T
LINKAGE poly p_Neg__T(poly p, const ring r)
Definition:
p_Neg__T.cc:14
pIter
#define pIter(p)
Definition:
monomials.h:35
pSetCoeff0
#define pSetCoeff0(p, n)
Definition:
monomials.h:57
NULL
#define NULL
Definition:
omList.c:9
p
int p
Definition:
cfModGcd.cc:4019
pGetCoeff
static number & pGetCoeff(poly p)
return an alias to the leading coefficient of p assumes that p != NULL NOTE: not copy
Definition:
monomials.h:42
LINKAGE
#define LINKAGE
Definition:
mod2.h:137
Generated on Thu Jan 9 2020 00:00:00 for My Project by
doxygen 1.8.16
for
Singular UNKNOWN_GIT_VERSION