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
}
M2::ARingZZp::negate
void negate(elem &result, elem a) const
Definition
aring-zzp.hpp:199
M2::ARingZZp::p1
int p1
Definition
aring-zzp.hpp:371
M2::ARingZZp::divide
void divide(elem &result, elem a, elem b) const
Definition
aring-zzp.hpp:277
x
volatile int x
Definition
overflow-test.cpp:68
References
divide()
,
negate()
,
p1
, and
x
.
M2
ARingZZp
Generated on
for Macaulay2 Engine by
1.15.0