Macaulay2 Engine
Loading...
Searching...
No Matches
◆
compare_elems()
int
Tower::compare_elems
(
const
ring_elem
f
,
const
ring_elem
g
) const
virtual
Implements
Ring
.
Definition at line
157
of file
tower.cpp
.
158
{
159
TowerPolynomial f1 =
TOWER_POLYNOMIAL_VAL
(f);
160
TowerPolynomial g1 =
TOWER_POLYNOMIAL_VAL
(g);
161
162
return
D
->compare(f1, g1);
163
}
Tower::D
DRing * D
Definition
tower.hpp:66
TOWER_POLYNOMIAL_VAL
#define TOWER_POLYNOMIAL_VAL(f)
Definition
tower.cpp:12
References
D
, and
TOWER_POLYNOMIAL_VAL
.
Tower
Generated on
for Macaulay2 Engine by
1.15.0