![]() |
FastPolyEval
1.0
Fast Evaluation of Real and Complex Polynomials
|
Polynomial with multi-precision floating point complex coefficients. More...
Data Fields | |
| deg_t | degree |
| the degree of the polynomial | |
| prec_t | prec |
| the precision of the coefficients, in bits | |
| comp_ptr | a |
| the coefficients | |
| bool | modified |
| the status of the coefficients | |
| mpfr_t | buf1 |
| a buffer | |
| mpfr_t | buf2 |
| another buffer | |