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... | |
| int | n |
| size of the vectors to interpolate More... | |
| double * | x |
| 1D array containing the first input values (starting at 0) More... | |
| double * | y |
| 1D array containing the second input values (starting at 0) More... | |
| double *** | mat_output |
| 2D array containing in each entry an output vector to be interpolate at each defined input values More... | |
Structure for interpolate a variable from two inputs.
| double*** mat_output |
2D array containing in each entry an output vector to be interpolate at each defined input values
| int n |
size of the vectors to interpolate
| 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 (starting at 0)
| double* y |
1D array containing the second input values (starting at 0)
1.8.17