Libpolycomp
1.0
A compression/decompression library that implements the polynomial compression and other simple compression schemes
|
Data Fields | |
size_t | samples_per_chunk |
pcomp_poly_fit_data_t * | poly_fit |
pcomp_chebyshev_t * | chebyshev |
pcomp_chebyshev_t * | inv_chebyshev |
double | max_allowable_error |
pcomp_polycomp_algorithm_t | algorithm |
double | period |