Borderbasix

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

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

Detailed Description

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

Member Function Documentation

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