|  | programmer's documentation | 
Structure associated to a single user data set for 1D interpolation. More...
#include <mei_math_util.h>

| Data Fields | |
| int | col | 
| int | row | 
| double ** | values | 
| char * | name | 
| char * | commentaries | 
Structure associated to a single user data set for 1D interpolation.
| int col | 
number of columns
| char* commentaries | 
user commentaries
| char* name | 
name of the file which contenbt the data set
| int row | 
number of lines
| double** values | 
values for the data set
 1.8.3.1
 1.8.3.1