Macaulay2 Engine
Loading...
Searching...
No Matches
◆
syzygy()
void M2FreeAlgebraQuotient::syzygy
(
const
ring_elem
a
,
const
ring_elem
b
,
ring_elem
&
x
,
ring_elem
&
y
) const
virtual
Implements
Ring
.
Definition at line
260
of file
M2FreeAlgebraQuotient.cpp
.
262
{
263
(void) a;
264
(void) b;
265
(void)
x
;
266
(void) y;
267
// TODO: In the commutative case, this function is to find x and y (as simple as possible)
268
// such that ax + by = 0. No such x and y may exist in the noncommutative case, however.
269
// In this case, the function should return x = y = 0.
270
}
x
volatile int x
Definition
overflow-test.cpp:68
References
x
.
M2FreeAlgebraQuotient
Generated on
for Macaulay2 Engine by
1.15.0