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

◆ init_set()

void M2::ARingGFFlint::init_set ( ElementType & result,
const ElementType & a ) const
inline

Definition at line 231 of file aring-gf-flint.hpp.

232 {
233 init(result);
234 copy(result, a);
235 }
void init(ElementType &result) const
void copy(ElementType &result, const ElementType &a) const
VALGRIND_MAKE_MEM_DEFINED & result(result)

References copy(), init(), and result().

Referenced by M2::ARingGFFlint::Element::Element().