Structure for interpolate a variable from two inputs. More...
#include <lut.h>
Public Attributes | |
| int | nx |
| number of element in the array of the first input More... | |
| int | ny |
| number of element in the array of the second input More... | |
| double * | x |
| 1D array containing the first input values More... | |
| double * | y |
| 1D array containing the second input values More... | |
| double ** | z |
| 2D array containing the output to be interpolate at each defined input values More... | |
Structure for interpolate a variable from two inputs.
| int nx |
number of element in the array of the first input
| int ny |
number of element in the array of the second input
| double* x |
1D array containing the first input values
| double* y |
1D array containing the second input values
| double** z |
2D array containing the output to be interpolate at each defined input values
1.8.17