|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Lexicographic monomial order. More...
#include <tpl_multi_polynomial.H>
Public Member Functions | |
| bool | operator() (const Array< size_t > &a, const Array< size_t > &b) const noexcept |
Lexicographic monomial order.
Compares exponent vectors from left (x_0) to right. \(\alpha <_{\text{lex}} \beta\) iff the leftmost nonzero entry of \(\alpha - \beta\) is negative.
Definition at line 244 of file tpl_multi_polynomial.H.
|
inlinenoexcept |
Definition at line 246 of file tpl_multi_polynomial.H.
References Aleph::divide_and_conquer_partition_dp().