![]() |
FastPolyEval
1.0
Fast Evaluation of Real and Complex Polynomials
|
A list of real numbers that can be sorted, while keeping track of original order. More...
Data Fields | |
| deg_t | size |
| the memory size allocated | |
| deg_t | count |
| the number of elements | |
| deg_t * | k |
| indexes, powers, the permutation of the numbers when sorted | |
| real_t * | s |
| the list of numbers | |
| bool | sorted |
| the state of the list | |