|
Macaulay2 Engine
|
Per-thread counters tracking how much work the F4 reduction did. More...
Public Member Functions | |
| NCF4Stats () | |
Public Attributes | |
| long | numCancellations |
| long | numRows |
Per-thread counters tracking how much work the F4 reduction did.
numCancellations is the number of coefficient cancellations the reducer applied, and numRows is the number of rows it processed. Stored thread-locally so the parallel build path can tally without contention.