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

◆ swap()

void M2::ARingCCi::swap ( ElementType & a,
ElementType & b ) const
inline

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

485 {
486 mpfi_swap(&a.re, &b.re);
487 mpfi_swap(&a.im, &b.im);
488 }

References cci_struct::im, and cci_struct::re.