![]() |
FastPolyEval
1.0
Fast Evaluation of Real and Complex Polynomials
|
A variable length array of machine floating point complex numbers. More...
Data Fields | |
| ulong | len |
| the number of complex numbers in the array | |
| ulong | size |
| the present capacity of the array (memory size in number of complex numbers) | |
| comp_ptr | zi |
| the elements of the array | |