Structure for interpolate a variable from one input. More...
#include <lut.h>
Public Attributes | |
int | nx |
number of element in the array. More... | |
double * | x |
1D array containing the input values. More... | |
double * | y |
1D array containing the output to be interpolate at each defined input values. More... | |
int | id_x |
Last index used in the x array. More... | |
Structure for interpolate a variable from one input.
int id_x |
Last index used in the x array.
int nx |
number of element in the array.
double* x |
1D array containing the input values.
double* y |
1D array containing the output to be interpolate at each defined input values.