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

◆ copy()

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

Definition at line 199 of file aring-CCi.hpp.

200 {
201 mpfi_set(&result.re, &a.re);
202 mpfi_set(&result.im, &a.im);
203 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References cci_struct::im, cci_struct::re, and result().