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

Evaluator of polynomials with multi-precision floating point coefficients. More...

Data Fields

poly P
 the polynomial, with complex coefficients
 
polyr Q
 the polynomial, with real coefficients
 
bool real
 the type of polynomial to evaluate
 
prec_t prec
 the precision of evaluations, in bits
 
concave f
 concave cover of the scales of coefficients
 
pows zn
 powers of a complex argument
 
powsr xn
 powers of a real argument
 
real_t valErr
 the [approximative] upper bound for the absolute error of the last evaluation, in bits
 
real_t derErr
 the [approximative] upper bound for the absolute error of the last derivative evaluation, in bits
 
real_t ntErr
 the [approximative] upper bound for the absolute error of the last Newton term evaluation, in bits
 
deg_t terms
 the number of polynomial terms computed by the last operation
 
comp buf
 a buffer for internal computations
 
mpfr_t br
 a real buffer for internal computations
 

Detailed Description

Evaluator of polynomials with multi-precision floating point coefficients.

Definition at line 41 of file eval.h.