Macaulay2 Engine
Loading...
Searching...
No Matches
◆
compare()
int
ColumnsSorter::compare
(
value
a
,
value
b
)
inline
Definition at line
209
of file
f4-types.hpp
.
210
{
211
// ncmps ++;
212
return
M
->compare(
cols
[a].monom,
cols
[b].monom);
213
}
ColumnsSorter::M
const MonomialInfo * M
Definition
f4-types.hpp:203
ColumnsSorter::cols
const coefficient_matrix::column_array & cols
Definition
f4-types.hpp:204
References
cols
, and
M
.
ColumnsSorter
Generated on
for Macaulay2 Engine by
1.15.0