Definition at line 111 of file syzextra.cc.
◆ Bucket
◆ SBucketWrapper()
Definition at line 120 of file syzextra.cc.
SBucketFactory & m_factory
Bucket getBucket(const ring r, const bool remove=true)
◆ ~SBucketWrapper()
SBucketWrapper::~SBucketWrapper |
( |
| ) |
|
|
inline |
Definition at line 125 of file syzextra.cc.
SBucketFactory & m_factory
void putBucket(const Bucket &bt, const bool replace=false)
◆ Add() [1/2]
void SBucketWrapper::Add |
( |
poly |
p, |
|
|
const int |
l |
|
) |
| |
|
inline |
adds p to the internal bucket destroys p, l == length(p)
Definition at line 134 of file syzextra.cc.
void sBucket_Add_p(sBucket_pt bucket, poly p, int length)
adds poly p to bucket destroys p!
static unsigned pLength(poly a)
◆ Add() [2/2]
void SBucketWrapper::Add |
( |
poly |
p | ) |
|
|
inline |
adds p to the internal bucket destroys p
Definition at line 142 of file syzextra.cc.
void Add(poly p, const int l)
adds p to the internal bucket destroys p, l == length(p)
static unsigned pLength(poly a)
◆ ClearAdd()
poly SBucketWrapper::ClearAdd |
( |
| ) |
|
|
inline |
Definition at line 144 of file syzextra.cc.
static unsigned pLength(poly a)
void sBucketClearAdd(sBucket_pt bucket, poly *p, int *length)
◆ m_bucket
Bucket SBucketWrapper::m_bucket |
|
private |
◆ m_factory
The documentation for this class was generated from the following file: