#include <borderbasix/mpoly/SQVlex.hpp>
Public Member Functions | |
bool | operator() (const M &, const M &) |
Static Public Member Functions | |
static bool | less (const M &, const M &) |
Class defining the following order on the monomials m1 and m2; m1 < m2 if either the maximal of the degrees of each variable is strictly greater in m1 than in m2, or they are equal and m1 is greater for the inverse lexicopgraphic ordering refined by the degree.
|
static |
bool SQVlex< M >::operator() | ( | const M & | m1, |
const M & | m2 | ||
) |