apop_data Struct Reference
[apop_data]
Data Fields
-
gsl_vector * vector
-
gsl_matrix * matrix
-
apop_name * names
-
char *** text
-
int textsize [2]
-
gsl_vector * weights
Detailed Description
The apop_data structure adds a touch of metadata on top of the basic gsl_matrix and gsl_vector. It includes an apop_name structure, and a table for non-numeric variables. Allocate using apop_data_alloc, free via apop_data_free, or more generally, see the apop_data_... section of the index (in the header links) for the many other functions that operate on this struct.
The documentation for this struct was generated from the following file:
Autogenerated by doxygen on 23 Nov 2009.