This is the complete list of members for BilinearInterpolation, including all inherited members.
_file_number | BilinearInterpolation | privatestatic |
_x1 | BidimensionalInterpolation | |
_x2 | BidimensionalInterpolation | |
_z_surface | BilinearInterpolation | private |
BidimensionalInterpolation(const std::vector< Real > &x1, const std::vector< Real > &x2) | BidimensionalInterpolation | |
BilinearInterpolation(const std::vector< Real > &xaxis, const std::vector< Real > &yaxis, const ColumnMajorMatrix &zsurface) | BilinearInterpolation | |
getNeighborIndices(const std::vector< Real > &inArr, Real x, unsigned int &lowerX, unsigned int &upperX) const | BilinearInterpolation | |
sample(const Real s1, const Real s2) const override | BilinearInterpolation | virtual |
sample(const ADReal &s1, const ADReal &s2) const override | BilinearInterpolation | virtual |
sample(const ChainedReal &s1, const ChainedReal &s2) const override | BilinearInterpolation | virtual |
sample2ndDerivative(Real, Real, unsigned int) const | BidimensionalInterpolation | inlinevirtual |
sampleDerivative(const Real s1, const Real s2, unsigned int deriv_var) const override | BilinearInterpolation | virtual |
sampleDerivative(const ADReal &s1, const ADReal &s2, unsigned int deriv_var) const override | BilinearInterpolation | virtual |
sampleDerivative(const ChainedReal &s1, const ChainedReal &s2, unsigned int deriv_var) const override | BilinearInterpolation | virtual |
sampleDerivativeInternal(const T s1, const T s2, const unsigned int deriv_var) const | BilinearInterpolation | private |
sampleInternal(const T &s1, const T &s2) const | BilinearInterpolation | private |
sampleValueAndDerivatives(Real s1, Real s2, Real &y, Real &dy_ds1, Real &dy_ds2) const override | BilinearInterpolation | virtual |
sampleValueAndDerivatives(Real, Real, Real &, Real &, Real &) const | BilinearInterpolation | inline |
sampleValueAndDerivatives(const ADReal &, const ADReal &, ADReal &, ADReal &, ADReal &) const | BilinearInterpolation | inline |
sampleValueAndDerivatives(const ChainedReal &, const ChainedReal &, ChainedReal &, ChainedReal &, ChainedReal &) const | BilinearInterpolation | inline |
BidimensionalInterpolation::sampleValueAndDerivatives(const ADReal &, const ADReal &, ADReal &, ADReal &, ADReal &) const | BidimensionalInterpolation | inlinevirtual |
BidimensionalInterpolation::sampleValueAndDerivatives(const ChainedReal &, const ChainedReal &, ChainedReal &, ChainedReal &, ChainedReal &) const | BidimensionalInterpolation | inlinevirtual |
~BidimensionalInterpolation()=default | BidimensionalInterpolation | virtual |
~BilinearInterpolation()=default | BilinearInterpolation | virtual |