Macaulay2 Engine
Loading...
Searching...
No Matches
MonomialTable::mon_term Struct Reference

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

Detailed Description

Doubly-linked-list node of a MonomialTable's per-component monomial list.

Note
AI-generated documentation. Verify against the source before relying on it.

_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.


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