Macaulay2 Engine
Loading...
Searching...
No Matches
◆
syzygy()
void M2FreeAlgebra::syzygy
(
const
ring_elem
a
,
const
ring_elem
b
,
ring_elem
&
x
,
ring_elem
&
y
) const
virtual
Implements
Ring
.
Definition at line
278
of file
M2FreeAlgebra.cpp
.
280
{
281
(void) a;
282
(void) b;
283
(void)
x
;
284
(void) y;
285
throw
exc::internal_error(
"M2FreeAlgebra::syzygy is not yet written!"
);
286
287
// TODO: In the commutative case, this function is to find x and y (as simple as possible)
288
// such that ax + by = 0. No such x and y may exist in the noncommutative case, however.
289
// In this case, the function should return x = y = 0.
290
}
x
volatile int x
Definition
overflow-test.cpp:68
References
x
.
M2FreeAlgebra
Generated on
for Macaulay2 Engine by
1.15.0