CoxIter  1.2
CoxIter - Computing invariants of hyperbolic Coxeter groups
Functions | Variables
Polynomials Namespace Reference

Functions

template<typename Type >
void polynomialDisplay (const vector< Type > &iPolynomial)
 
template<typename Type >
void symbolDisplay (const vector< Type > &iSymbol)
 
template<typename Type >
void polynomialDotSymbol (vector< Type > &iPolynomial, const unsigned int &iSymbol)
 
template<typename Type >
bool dividePolynomialBySymbol (vector< Type > &iPolynomial, const unsigned int &iSymbol)
 
template<typename Type >
bool dividePolynomialByPolynomial (vector< Type > &iNumerator, const vector< Type > &iDenominator)
 

Variables

vector< vector< mpz_class > > iCyclotomicPolynomials
 List of some cyclotomic polynomials (we want to be able to multiply/divide with the growth series so we use here BigInteger instead of int) More...
 

Function Documentation

template<typename Type >
bool Polynomials::dividePolynomialByPolynomial ( vector< Type > &  iNumerator,
const vector< Type > &  iDenominator 
)
template<typename Type >
bool Polynomials::dividePolynomialBySymbol ( vector< Type > &  iPolynomial,
const unsigned int &  iSymbol 
)
template<typename Type >
void Polynomials::polynomialDisplay ( const vector< Type > &  iPolynomial)
template<typename Type >
void Polynomials::polynomialDotSymbol ( vector< Type > &  iPolynomial,
const unsigned int &  iSymbol 
)
template<typename Type >
void Polynomials::symbolDisplay ( const vector< Type > &  iSymbol)

Variable Documentation

vector< vector< mpz_class > > Polynomials::iCyclotomicPolynomials

List of some cyclotomic polynomials (we want to be able to multiply/divide with the growth series so we use here BigInteger instead of int)