![]() |
FastPolyEval
1.0
Fast Evaluation of Real and Complex Polynomials
|
The powers of the complex number z using multi-precision floating point numbers.
More...
Data Fields | |
| prec_t | prec |
the precision of the powers of z, in bits | |
| deg_t | size |
| the memory size allocated | |
| byte | tps |
the largest non-negative integer such that 2^tps<=size | |
| bool * | computed |
| the status of powers | |
| comp_ptr | zn |
the powers of z | |
| mpfr_t | buf1 |
| a buffer | |
| mpfr_t | buf2 |
| another buffer | |
| comp | pth |
| a buffer | |
| comp | res |
| another buffer | |