Go to the documentation of this file.
46 const std::vector<Real> & YAXIS,
55 Real
sample(Real xcoord, Real ycoord);
57 void getNeighborIndices(
const std::vector<Real> & inArr, Real
x,
int & lowerX,
int & upperX);
ColumnMajorMatrix _zSurface
Real sample(Real xcoord, Real ycoord)
This function will take an independent variable input and will return the dependent variable based on...
This class applies the Least Squares algorithm to a set of points to provide a smooth curve for sampl...
std::vector< Real > _xAxis
BilinearInterpolation(const std::vector< Real > &XAXIS, const std::vector< Real > &YAXIS, const ColumnMajorMatrix &ZSURFACE)
Constructor, Takes two vectors of points for which to apply the fit.
std::vector< Real > _yAxis
static PetscErrorCode Vec x
void getNeighborIndices(const std::vector< Real > &inArr, Real x, int &lowerX, int &upperX)
virtual ~BilinearInterpolation()=default