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

◆ syzygy()

void M2::ARingZZpFlint::syzygy ( ElementType a,
ElementType b,
ElementType & x,
ElementType & y ) const
inline

Definition at line 282 of file aring-zzp-flint.hpp.

289 {
290 assert(a != 0);
291 assert(b != 0);
292 x = 1;
293 divide(y, a, b);
294 negate(y, y);
295 }
void negate(ElementType &result, ElementType a) const
void divide(ElementType &result, ElementType a, ElementType b) const
volatile int x

References divide(), negate(), and x.