FastPolyEval  1.0
Fast Evaluation of Real and Complex Polynomials
Data Fields
concave_struct Struct Reference

Description of a concave function computed from the coefficients of some polynomial. More...

Data Fields

prec_t extraBits
 extra bits for guarding, depending on the degree of the polynomial
 
prec_t prec
 the precision that will be used to evaluate the polynomial, excluding extraBits
 
list_t def
 the definition of the concave map
 
list_t all
 all terms of the polynomial that may be used for evaluation
 
deg_t start
 the position in allPow of the largest power to evaluate (for given slope)
 
deg_t mid
 the position in allPow of the power which gives the maximum modulus
 
deg_t end
 the position in allPow of the least power to evaluate (for given slope)
 

Detailed Description

Description of a concave function computed from the coefficients of some polynomial.

Definition at line 35 of file concave.h.