Macaulay2 Engine
Loading...
Searching...
No Matches
◆
new_term()
[2/2]
resterm
* res_poly::new_term
(
ring_elem
c
,
const
int
*
m
,
res_pair
*
comp
) const
Definition at line
34
of file
res-a1-poly.cpp
.
36
{
37
resterm *
result
=
new_term
();
38
result
->coeff = c;
39
M
->copy(m,
result
->monom);
40
result
->comp =
x
;
41
return
result
;
42
}
res_poly::new_term
resterm * new_term() const
Definition
res-a1-poly.cpp:28
res_poly::M
const Monoid * M
Definition
res-a1-poly.hpp:72
result
VALGRIND_MAKE_MEM_DEFINED & result(result)
x
volatile int x
Definition
overflow-test.cpp:68
References
M
,
new_term()
,
result()
, and
x
.
res_poly
Generated on
for Macaulay2 Engine by
1.15.0