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

The powers of the complex number z using machine floating point numbers. More...

Data Fields

deg_t size
 the memory size allocated
 
byte tps
 the largest non-negative integer such that 2^tps<=size
 
boolcomputed
 the status of powers
 
compf_ptr zn
 the powers of z
 
compf res
 a buffer for results
 

Detailed Description

The powers of the complex number z using machine floating point numbers.

Definition at line 30 of file powsf.h.