#include <borderbasix/mpoly/Rlex.hpp>
Public Member Functions | |
bool | operator() (const M &, const M &) |
Static Public Member Functions | |
static bool | less (const M &, const M &) |
Class specifying the degree inverse lexicographic order on the monomials of type M
. $m_1 < m_2$ if either the degree of $degree(m_1)<degree(m_2)$ or $degree(m_1)= degree(m_2)$ and $m_2$ is greater than $m_1$ for the inverse lexicographic ordering.
|
static |
bool Rlex< M >::operator() | ( | const M & | m1, |
const M & | m2 | ||
) |