My Project
debian-1:4.1.1-p2+ds-4
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:690
pp
CanonicalForm pp(const CanonicalForm &)
CanonicalForm pp ( const CanonicalForm & f )
Definition:
cf_gcd.cc:253
n_Delete__T
#define n_Delete__T(n, r)
Definition:
p_polys.cc:4776
NULL
#define NULL
Definition:
omList.c:9
p
int p
Definition:
cfModGcd.cc:4019
Generated on Fri Jan 10 2020 08:17:41 for My Project by
doxygen 1.8.16
for
Singular debian-1:4.1.1-p2+ds-4