Macaulay2 Engine
Loading...
Searching...
No Matches
◆
swap()
void M2::ARingGFM2::swap
(
ElementType
&
a
,
ElementType
&
b
) const
inline
Definition at line
372
of file
aring-m2-gf.hpp
.
373
{
374
ElementType
tmp = a;
375
a = b;
376
b = tmp;
377
}
M2::ARingGFM2::ElementType
int ElementType
Definition
aring-m2-gf.hpp:128
M2
ARingGFM2
Generated on
for Macaulay2 Engine by
1.15.0