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

Data Fields | |
| int | ncols |
| int | nrows |
| double ** | values |
| char * | name |
| char * | description |
Structure associated to a single user data set for 1D interpolation.
| char* description |
user description
| char* name |
name of the data file
| int ncols |
number of columns
| int nrows |
number of lines
| double** values |
values for the data set
1.8.9.1