Macaulay2 Engine
Loading...
Searching...
No Matches
GBF4Polynomial Struct Reference

Compact polynomial layout used inside the F4 GB engine. More...

#include <f4-types.hpp>

Public Attributes

int len
ElementArray coeffs
monomial_wordmonoms

Detailed Description

Compact polynomial layout used inside the F4 GB engine.

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

len is the number of terms, coeffs is the parallel ElementArray of coefficients, and monoms is a flat buffer of monomial_words with every term's monomial laid out contiguously. Owned by an enclosing memory block; no destructor needed.

Definition at line 106 of file f4-types.hpp.


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