Macaulay2 Engine
Loading...
Searching...
No Matches
F4Res::Row Struct Reference

One row of the Macaulay matrix built by F4Res::construct. More...

Public Member Functions

 Row ()

Public Attributes

res_packed_monomial mLeadTerm
std::vector< ComponentIndexmComponents
ElementArray mCoeffs

Detailed Description

One row of the Macaulay matrix built by F4Res::construct.

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

mLeadTerm is the previous-level monomial that contributed this row, used after reduction to slot the resulting syzygy back into the right FrameElement. mComponents and mCoeffs are parallel arrays: column index and coefficient for each non-zero entry. loadRow populates the arrays; gaussReduce consumes them.

Definition at line 118 of file res-f4.hpp.


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