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

◆ divide_exponents()

void GBRing::divide_exponents ( const int * exp1,
const int * exp2,
int * result ) const
protected

Definition at line 807 of file gbring.cpp.

810{
811 for (int i = 0; i < _nvars; i++) *result++ = *exp1++ - *exp2++;
812}
int _nvars
Definition gbring.hpp:146
VALGRIND_MAKE_MEM_DEFINED & result(result)

References _nvars, and result().

Referenced by find_reduction_coeffs(), and find_reduction_coeffs_ZZ().