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

The powers of the complex number z using multi-precision floating point numbers. More...

Data Fields

prec_t prec
 the precision of the powers of z, in bits
 
deg_t size
 the memory size allocated
 
byte tps
 the largest non-negative integer such that 2^tps<=size
 
boolcomputed
 the status of powers
 
comp_ptr zn
 the powers of z
 
mpfr_t buf1
 a buffer
 
mpfr_t buf2
 another buffer
 
comp pth
 a buffer
 
comp res
 another buffer
 

Detailed Description

The powers of the complex number z using multi-precision floating point numbers.

Definition at line 30 of file pows.h.