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

◆ init_set()

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

Definition at line 251 of file aring-gf-flint-big.hpp.

252 {
253 init(result);
254 copy(result, a);
255 }
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::ARingGFFlintBig::Element::Element().