Macaulay2 Engine
Loading...
Searching...
No Matches
◆
from_ring_elem()
void M2::ARingZZGMP::from_ring_elem
(
ElementType
&
result
,
const
ring_elem
&
a
) const
inline
Definition at line
272
of file
aring-zz-gmp.hpp
.
273
{
274
const
ElementType
* t = a.
get_mpz
();
275
mpz_set(&
result
, t);
276
}
M2::ARingZZGMP::ElementType
__mpz_struct ElementType
Definition
aring-zz-gmp.hpp:63
result
VALGRIND_MAKE_MEM_DEFINED & result(result)
ring_elem::get_mpz
mpz_srcptr get_mpz() const
Definition
ringelem.hpp:127
References
ring_elem::get_mpz()
, and
result()
.
M2
ARingZZGMP
Generated on
for Macaulay2 Engine by
1.15.0