|
Macaulay2 Engine
|
One row of the Macaulay matrix built by F4Res::construct. More...
Public Member Functions | |
| Row () | |
Public Attributes | |
| res_packed_monomial | mLeadTerm |
| std::vector< ComponentIndex > | mComponents |
| ElementArray | mCoeffs |
One row of the Macaulay matrix built by F4Res::construct.
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.