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

◆ copy()

void M2::ARingGFFlintBig::copy ( ElementType & result,
const ElementType & a ) const
inline

Definition at line 246 of file aring-gf-flint-big.hpp.

247 {
248 fq_nmod_set(&result, &a, mContext);
249 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References mContext, and result().

Referenced by from_ring_elem(), getGenerator(), init_set(), power_mpz(), set(), and to_ring_elem().