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

◆ from_ring_elem()

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

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

224 {
225 ElementType* b = reinterpret_cast<ElementType*>(a.poly_val);
226 copy(result, *b);
227 }
void copy(ElementType &result, const ElementType &a) const
VALGRIND_MAKE_MEM_DEFINED & result(result)
Nterm * poly_val
Definition ringelem.hpp:86

References copy(), ring_elem::poly_val, and result().