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

◆ syzygy()

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

Definition at line 335 of file aring-zzp.hpp.

342 {
343 x = p1;
344 divide(y, a, b);
345 negate(y, y);
346 }
void negate(elem &result, elem a) const
void divide(elem &result, elem a, elem b) const
volatile int x

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