F4
Implementation of the F4 algorithm.
 All Classes Namespaces Files Functions Variables
Public Member Functions | Static Public Member Functions | Private Attributes | Static Private Attributes | List of all members
F4::TaggedPolynomialIndex< Element > Class Template Reference

Public Member Functions

 TaggedPolynomialIndex (int index)
 
int getIndex () const
 
void setIndex (int index)
 
int compareTaggedPolynomialIndex (TaggedPolynomialIndex const &index) const
 

Static Public Member Functions

static void setTaggedPolynomialArray (vector< TaggedPolynomial< Element >> *taggedPolynomialArray)
 Set the array of tagged polynomial to use. More...
 

Private Attributes

int _index
 

Static Private Attributes

static std::vector
< TaggedPolynomial< Element > > * 
TAGGEG_POLYNOMIAL_ARRAY =0
 

Member Function Documentation

template<typename Element >
void F4::TaggedPolynomialIndex< Element >::setTaggedPolynomialArray ( vector< TaggedPolynomial< Element >> *  taggedPolynomialArray)
static

Set the array of tagged polynomial to use.

Parameters
taggedPolynomialArrayAddress of the array.

Member Data Documentation

template<typename Element>
vector< TaggedPolynomial< Element > > * F4::TaggedPolynomialIndex< Element >::TAGGEG_POLYNOMIAL_ARRAY =0
staticprivate

Pointer on a dynamic array of TaggedPolynomial


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