![]() |
#include <tgb_internal.h>
Public Member Functions | |
void | collectIrreducibleMonomials (std::vector< DataNoroCacheNode< number_type > * > &res) |
void | collectIrreducibleMonomials (int level, NoroCacheNode *node, std::vector< DataNoroCacheNode< number_type > * > &res) |
DataNoroCacheNode< number_type > * | insert (poly term, poly nf, int len) |
DataNoroCacheNode< number_type > * | insert (poly term, SparseRow< number_type > *srow) |
DataNoroCacheNode< number_type > * | insertAndTransferOwnerShip (poly t, ring) |
poly | lookup (poly term, BOOLEAN &succ, int &len) |
DataNoroCacheNode< number_type > * | getCacheReference (poly term) |
NoroCache () | |
void | ensureTempBufferSize (size_t size) |
~NoroCache () | |
Data Fields | |
poly | temp_term |
int | nIrreducibleMonomials |
int | nReducibleMonomials |
void * | tempBuffer |
size_t | tempBufferSize |
Static Public Attributes | |
static const int | backLinkCode =-222 |
Protected Types | |
typedef std::vector< PolySimple > | poly_vec |
Protected Member Functions | |
DataNoroCacheNode< number_type > * | treeInsert (poly term, poly nf, int len) |
DataNoroCacheNode< number_type > * | treeInsert (poly term, SparseRow< number_type > *srow) |
DataNoroCacheNode< number_type > * | treeInsertBackLink (poly term) |
Protected Attributes | |
poly_vec | ressources |
NoroCacheNode | root |
number * | buffer |
Definition at line 587 of file tgb_internal.h.
|
protected |
Definition at line 747 of file tgb_internal.h.
Definition at line 654 of file tgb_internal.h.
Definition at line 688 of file tgb_internal.h.
void NoroCache< number_type >::collectIrreducibleMonomials | ( | std::vector< DataNoroCacheNode< number_type > * > & | res | ) |
Definition at line 1895 of file tgb_internal.h.
void NoroCache< number_type >::collectIrreducibleMonomials | ( | int | level, |
NoroCacheNode * | node, | ||
std::vector< DataNoroCacheNode< number_type > * > & | res | ||
) |
Definition at line 1901 of file tgb_internal.h.
|
inline |
Definition at line 667 of file tgb_internal.h.
DataNoroCacheNode< number_type > * NoroCache< number_type >::getCacheReference | ( | poly | term | ) |
Definition at line 1922 of file tgb_internal.h.
|
inline |
Definition at line 604 of file tgb_internal.h.
|
inline |
Definition at line 633 of file tgb_internal.h.
|
inline |
Definition at line 644 of file tgb_internal.h.
poly NoroCache< number_type >::lookup | ( | poly | term, |
BOOLEAN & | succ, | ||
int & | len | ||
) |
Definition at line 1934 of file tgb_internal.h.
|
inlineprotected |
Definition at line 708 of file tgb_internal.h.
|
inlineprotected |
Definition at line 721 of file tgb_internal.h.
|
inlineprotected |
Definition at line 734 of file tgb_internal.h.
Definition at line 603 of file tgb_internal.h.
|
protected |
Definition at line 752 of file tgb_internal.h.
int NoroCache< number_type >::nIrreducibleMonomials |
Definition at line 703 of file tgb_internal.h.
int NoroCache< number_type >::nReducibleMonomials |
Definition at line 704 of file tgb_internal.h.
Definition at line 748 of file tgb_internal.h.
|
protected |
Definition at line 751 of file tgb_internal.h.
Definition at line 590 of file tgb_internal.h.
void* NoroCache< number_type >::tempBuffer |
Definition at line 705 of file tgb_internal.h.
size_t NoroCache< number_type >::tempBufferSize |
Definition at line 706 of file tgb_internal.h.