These structures contain the interpolation parameters; These are the arrays of n domain values \(x[0]\ldots x[n-1]\) and their corresponding values \(y[0]\ldots y[n-1]\).
Definition at line 139 of file Interpolate.h.
Data Fields | |
| UINT4 | n |
| The number of points in the arrays to use in the interpolation. More... | |
| REAL8 * | x |
| The array of domain values. More... | |
| REAL8 * | y |
| The array of values to interpolate. More... | |
| UINT4 DInterpolatePar::n |
The number of points in the arrays to use in the interpolation.
Definition at line 142 of file Interpolate.h.
| REAL8* DInterpolatePar::x |
The array of domain values.
Definition at line 143 of file Interpolate.h.
| REAL8* DInterpolatePar::y |
The array of values to interpolate.
Definition at line 144 of file Interpolate.h.