|
Macaulay2 Engine
|
Compact polynomial layout used inside the F4 GB engine. More...
#include <f4-types.hpp>
Public Attributes | |
| int | len |
| ElementArray | coeffs |
| monomial_word * | monoms |
Compact polynomial layout used inside the F4 GB engine.
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.