![]() |
FastPolyEval
1.0
Fast Evaluation of Real and Complex Polynomials
|
The powers of the complex number z using machine floating point numbers.
More...
Data Fields | |
| 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 | |
| compf_ptr | zn |
the powers of z | |
| compf | res |
| a buffer for results | |