![]() |
FastPolyEval
1.0
Fast Evaluation of Real and Complex Polynomials
|
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 | |