Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Grevlex_Order Struct Reference

Graded reverse lexicographic monomial order (default). More...

#include <tpl_multi_polynomial.H>

Public Member Functions

bool operator() (const Array< size_t > &a, const Array< size_t > &b) const noexcept
 

Detailed Description

Graded reverse lexicographic monomial order (default).

Total degree first; among same-degree monomials the one with the larger rightmost exponent is smaller. This is the standard ordering used by most computer algebra systems.

Definition at line 284 of file tpl_multi_polynomial.H.

Member Function Documentation

◆ operator()()

bool Aleph::Grevlex_Order::operator() ( const Array< size_t > &  a,
const Array< size_t > &  b 
) const
inlinenoexcept

The documentation for this struct was generated from the following file: