My Project
|
#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 36 of file ncSACache.h.
Data Fields | ||
---|---|---|
union CCacheItem.a | a | |
union CCacheItem.b | b | |
int | iPairType | |
long | lHits | |
poly | pProduct |
union CCacheHash::CCacheItem.a |
Definition at line 38 of file ncSACache.h.
Data Fields | ||
---|---|---|
CExponent | aExponent | |
poly | aMonom |
union CCacheHash::CCacheItem.b |
Definition at line 43 of file ncSACache.h.
Data Fields | ||
---|---|---|
CExponent | bExponent | |
poly | bMonom |
const int iMaxCacheSize = 20 |
Definition at line 13 of file ncSACache.h.