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

◆ abs_squared()

void M2::ARingRRR::abs_squared ( ElementType & result,
const ElementType & a ) const
inline

Definition at line 317 of file aring-RRR.hpp.

318 {
319 mult(result, a, a);
320 }
void mult(ElementType &result, const ElementType &a, const ElementType &b) const
VALGRIND_MAKE_MEM_DEFINED & result(result)

References mult(), and result().