![]() |
#include <polys/monomials/ring.h>#include <polys/monomials/p_polys.h>#include <reporter/reporter.h>Go to the source code of this file.
Data Structures | |
| class | CCacheHash< CExponent > |
| struct | CCacheHash< CExponent >::CCacheItem |
| class | CGlobalCacheHash |
| class | CSpecialPairCacheHash |
| union | CCacheHash< CExponent >::CCacheItem.a |
| union | CCacheHash< CExponent >::CCacheItem.b |
Variables | |
| const int | iMaxCacheSize = 20 |
| struct CCacheHash::CCacheItem |
Definition at line 38 of file ncSACache.h.
| Data Fields | ||
|---|---|---|
| union CCacheItem | a | |
| union CCacheItem | b | |
| int | iPairType | |
| long | lHits | |
| poly | pProduct | |
| union CCacheHash::CCacheItem.a |
Definition at line 40 of file ncSACache.h.
| Data Fields | ||
|---|---|---|
| CExponent | aExponent | |
| poly | aMonom | |
| union CCacheHash::CCacheItem.b |
Definition at line 45 of file ncSACache.h.
| Data Fields | ||
|---|---|---|
| CExponent | bExponent | |
| poly | bMonom | |
| const int iMaxCacheSize = 20 |
Definition at line 15 of file ncSACache.h.