My Project
UNKNOWN_GIT_VERSION
libpolys
polys
templates
Functions
p_Delete__T.cc File Reference
Go to the source code of this file.
Functions
LINKAGE
void
p_Delete__T
(poly *
pp
,
const
ring r)
Function Documentation
◆
p_Delete__T()
LINKAGE
void p_Delete__T
(
poly *
pp
,
const
ring
r
)
Definition at line
9
of file
p_Delete__T.cc
.
12
{
13
poly
p
= *
pp
;
14
15
while
(
p
!=
NULL
)
16
{
17
n_Delete__T
(&(
p
->coef), r->cf);
18
p
=
p_LmFreeAndNext
(
p
, r);
19
}
p_LmFreeAndNext
static poly p_LmFreeAndNext(poly p, ring)
Definition:
p_polys.h:691
pp
CanonicalForm pp(const CanonicalForm &)
CanonicalForm pp ( const CanonicalForm & f )
Definition:
cf_gcd.cc:248
n_Delete__T
#define n_Delete__T(n, r)
Definition:
p_polys.cc:4790
NULL
#define NULL
Definition:
omList.c:9
p
int p
Definition:
cfModGcd.cc:4019
Generated on Thu Jan 9 2020 00:00:00 for My Project by
doxygen 1.8.16
for
Singular UNKNOWN_GIT_VERSION