|  | FastPolyEval
    1.0
    Fast Evaluation of Real and Complex Polynomials | 
This folder contains type definitions, data structures and basic functions to compute with complex polynomials.
More...| Files | |
| file | poly.h [code] | 
| Definition of complex polynomials with arbitary precision coefficients. | |
| file | polyf.h [code] | 
| Definition of complex polynomials with machine floating point coefficients. | |
| file | polyfr.h [code] | 
| Definition of real polynomials with machine floating point coefficients. | |
| file | polyr.h [code] | 
| Definition of real polynomials with arbitary precision coefficients. | |
This folder contains type definitions, data structures and basic functions to compute with complex polynomials.
There are four types of polynomials : real or complex, and depending of the type of numbers used, machine floating point numbers, or arbitary precision numbers that are based on mpfr.