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

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
 

Detailed Description

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.

Member Function Documentation

◆ operator()()

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

Definition at line 246 of file tpl_multi_polynomial.H.

References Aleph::divide_and_conquer_partition_dp().


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