Macaulay2 Engine
Loading...
Searching...
No Matches

◆ set()

void M2::ARingZZGMP::set ( ElementType & result,
const ElementType & a ) const
inline

Definition at line 116 of file aring-zz-gmp.hpp.

117 {
118 mpz_set(&result, &a);
119 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by invert(), and syzygy().