35 #include <pari/pari.h>    36 #ifdef _USE_LOCAL_GMP_    73         GrowthRate_Result grrComputations( vector< mpz_class > iPolynomial, 
const bool& bOnlyGrowthRate = 
false );
    80         void irreducibleFactors( 
const vector< mpz_class >& iPolynomial );
    92         long int iNumberRootsUnitCircle( GEN gPol );
    95 #endif // GROWTHRATE_H Definition: growthrate.h:48
 
GEN gGrowthRate
Maximal positive root of the polynomial. 
Definition: growthrate.h:62
 
vector< GEN > t_POLfactors
Irreducible factors of the denominator of the growth series (only those having a root between 0 and 1...
Definition: growthrate.h:60
 
GEN gEpsilon
Some small number (typically 10^-50) 
Definition: growthrate.h:66
 
string strGrowthRate
Definition: growthrate.h:53
 
long int iPariPrecision
Given as prec (typically 8) 
Definition: growthrate.h:67
 
To compute the growth rate. 
Definition: growthrate.h:57
 
int iPisot
Definition: growthrate.h:51
 
long int iIndexMaximalRoot
Factor which contains the minimal root. 
Definition: growthrate.h:64
 
bool bComputed
Definition: growthrate.h:54
 
int iPerron
Definition: growthrate.h:50
 
int iSalem
Definition: growthrate.h:52
 
GEN gMaximalRoots
Roots of the polynomial which has the maximal root. 
Definition: growthrate.h:63
 
Definition: paripolynomials.cpp:25