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

◆ invert()

void M2::ARingRR::invert ( ElementType & result,
const ElementType & a ) const
inline

Definition at line 169 of file aring-RR.hpp.

171 {
172 result = 1.0 / a;
173 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().