FastPolyEval  1.0
Fast Evaluation of Real and Complex Polynomials
Data Fields
polyr_struct Struct Reference

Polynomial with multi-precision floating point complex coefficients. More...

Data Fields

deg_t degree
 the degree of the polynomial
 
prec_t prec
 the precision of the coefficients, in bits
 
mpfr_ptr a
 the coefficients
 
bool modified
 the status of the coefficients
 
mpfr_t buf1
 a buffer
 
mpfr_t buf2
 another buffer
 

Detailed Description

Polynomial with multi-precision floating point complex coefficients.

Definition at line 31 of file polyr.h.