Macaulay2 Engine
Loading...
Searching...
No Matches
◆
operator()()
bool
ColumnsSorter::operator()
(
value
a
,
value
b
)
inline
Definition at line
215
of file
f4-types.hpp
.
216
{
217
int
newret =
M
->compare(
cols
[a].monom,
cols
[b].monom);
218
return
(newret ==
GT
);
219
}
ColumnsSorter::M
const MonomialInfo * M
Definition
f4-types.hpp:203
ColumnsSorter::cols
const coefficient_matrix::column_array & cols
Definition
f4-types.hpp:204
GT
const int GT
Definition
style.hpp:41
References
cols
,
GT
, and
M
.
ColumnsSorter
Generated on
for Macaulay2 Engine by
1.15.0