Structure for interpolate a vector (entry by entry) from one input. More...
#include <lut.h>
Public Attributes | |
| int | nx |
| number of element in the array More... | |
| int | n |
| size of the vector to interpolate More... | |
| double * | x |
| 1D array containing the input values More... | |
| double ** | mat |
| 2D array containing the output vectors to be interpolate at each defined input values More... | |
Structure for interpolate a vector (entry by entry) from one input.
| double** mat |
2D array containing the output vectors to be interpolate at each defined input values
| int n |
size of the vector to interpolate
| int nx |
number of element in the array
| double* x |
1D array containing the input values
1.8.17