Libpolycomp  1.0
A compression/decompression library that implements the polynomial compression and other simple compression schemes
__pcomp_poly_fit_data_t Struct Reference

Data Fields

size_t num_of_samples
 
size_t num_of_coeffs
 
gsl_multifit_linear_workspace * workspace
 
gsl_matrix * matrix
 
gsl_vector * y
 
gsl_vector * c
 
gsl_matrix * cov_matrix
 

Detailed Description

Definition at line 145 of file poly.c.


The documentation for this struct was generated from the following file: