Borderbasix

Public Member Functions | Static Public Member Functions | List of all members
Rlex< M > Struct Template Reference

#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 &)
 

Detailed Description

template<class M>
struct Rlex< 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.

Member Function Documentation

template<class M >
bool Rlex< M >::less ( const M &  m1,
const M &  m2 
)
static
template<class M >
bool Rlex< M >::operator() ( const M &  m1,
const M &  m2 
)
Home  |  Download & InstallContributions