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

◆ invert()

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

Definition at line 165 of file aring-zz-gmp.hpp.

166 {
167 if (is_unit(a))
168 set(result, a);
169 else
171 }
bool is_unit(const ElementType &f) const
void set(ElementType &result, const ElementType &a) const
void set_zero(ElementType &result) const
VALGRIND_MAKE_MEM_DEFINED & result(result)

References is_unit(), result(), set(), and set_zero().