FACT++  1.0
Interpolator2D::Interpolator2D ( int  n,
double *  x,
double *  y 
)
inline

Initialize the input grid (the points at which values are known).

Parameters
nnumber of data points
xx coordinates of data points
ny coordinates of data points

Definition at line 284 of file Interpolator2D.h.

References SetInputGrid().

285  {
286  SetInputGrid(n, x, y);
287  }
void SetInputGrid(unsigned int n, double *x, double *y)

+ Here is the call graph for this function: