|
Macaulay2 Engine
|
Doubly-linked-list node of a MonomialTable's per-component monomial list. More...
#include <montable.hpp>
Public Attributes | |
| mon_term * | _next |
| mon_term * | _prev |
| exponents_t | _lead |
| unsigned long | _mask |
| int | _val |
Doubly-linked-list node of a MonomialTable's per-component monomial list.
_lead points to the entry's exponent vector (owned by the caller, not by the table), _mask is the precomputed divisibility bitmask used to skip non-divisors during search, and _val is the caller-supplied opaque index returned on a hit.
Definition at line 108 of file montable.hpp.