Macaulay2 Engine
Loading...
Searching...
No Matches
NCF4::NCF4Stats Struct Reference

Per-thread counters tracking how much work the F4 reduction did. More...

Public Member Functions

 NCF4Stats ()

Public Attributes

long numCancellations
long numRows

Detailed Description

Per-thread counters tracking how much work the F4 reduction did.

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

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.

Definition at line 209 of file NCF4.hpp.


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