|
Macaulay2 Engine
|
A materialised row of the Macaulay matrix: parallel coefficient and monomial arrays. More...
Public Attributes | |
| ElementArray | coeffVector |
| Range< int > | columnIndices |
| Range< Word > | columnWords |
A materialised row of the Macaulay matrix: parallel coefficient and monomial arrays.
coeffVector carries the coefficients via the VectorArithmetic abstraction. columnWords holds the monomial of each non-zero entry and is only valid before reduction starts; once columns are labelled, columnIndices carries the integer column indices that reduction actually uses.