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

A list of real numbers that can be sorted, while keeping track of original order. More...

Data Fields

deg_t size
 the memory size allocated
 
deg_t count
 the number of elements
 
deg_tk
 indexes, powers, the permutation of the numbers when sorted
 
real_ts
 the list of numbers
 
bool sorted
 the state of the list
 

Detailed Description

A list of real numbers that can be sorted, while keeping track of original order.

Definition at line 35 of file list.h.