This is the complete list of members for BicubicInterpolation, including all inherited members.
_bicubic_coeffs | BicubicInterpolation | protected |
_wt | BicubicInterpolation | protected |
_x1 | BidimensionalInterpolation | |
_x2 | BidimensionalInterpolation | |
_y | BicubicInterpolation | protected |
BicubicInterpolation(const std::vector< Real > &x1, const std::vector< Real > &x2, const std::vector< std::vector< Real >> &y) | BicubicInterpolation | |
BidimensionalInterpolation(const std::vector< Real > &x1, const std::vector< Real > &x2) | BidimensionalInterpolation | |
errorCheck() | BicubicInterpolation | |
findInterval(const std::vector< Real > &x, const T &xi, unsigned int &klo, unsigned int &khi, T &xs) const | BicubicInterpolation | protected |
precomputeCoefficients() | BicubicInterpolation | |
sample(const Real x1, const Real x2) const override | BicubicInterpolation | virtual |
sample(const ADReal &x1, const ADReal &x2) const override | BicubicInterpolation | virtual |
sample(const ChainedReal &x1, const ChainedReal &x2) const override | BicubicInterpolation | virtual |
sample2ndDerivative(Real x1, Real x2, unsigned int deriv_var) const override | BicubicInterpolation | virtual |
sampleDerivative(Real x1, Real x2, unsigned int deriv_var) const override | BicubicInterpolation | virtual |
sampleDerivative(const Real, const Real, unsigned int) const | BicubicInterpolation | inline |
sampleDerivative(const ADReal &, const ADReal &, unsigned int) const | BicubicInterpolation | inline |
sampleDerivative(const ChainedReal &, const ChainedReal &, unsigned int) const | BicubicInterpolation | inline |
BidimensionalInterpolation::sampleDerivative(const ADReal &, const ADReal &, unsigned int) const | BidimensionalInterpolation | inlinevirtual |
BidimensionalInterpolation::sampleDerivative(const ChainedReal &, const ChainedReal &, unsigned int) const | BidimensionalInterpolation | inlinevirtual |
sampleInternal(const T &x1, const T &x2) const | BicubicInterpolation | protected |
sampleValueAndDerivatives(Real x1, Real x2, Real &y, Real &dy1, Real &dy2) const override | BicubicInterpolation | virtual |
sampleValueAndDerivatives(const ADReal &x1, const ADReal &x2, ADReal &y, ADReal &dy1, ADReal &dy2) const override | BicubicInterpolation | virtual |
sampleValueAndDerivatives(const ChainedReal &x1, const ChainedReal &x2, ChainedReal &y, ChainedReal &dy1, ChainedReal &dy2) const override | BicubicInterpolation | virtual |
sampleValueAndDerivatives(Real, Real, Real &, Real &, Real &) const | BicubicInterpolation | inline |
sampleValueAndDerivatives(const ADReal &, const ADReal &, ADReal &, ADReal &, ADReal &) const | BicubicInterpolation | inline |
sampleValueAndDerivatives(const ChainedReal &, const ChainedReal &, ChainedReal &, ChainedReal &, ChainedReal &) const | BicubicInterpolation | inline |
sampleValueAndDerivativesInternal(T x1, T x2, T &y, T &dy1, T &dy2) const | BicubicInterpolation | protected |
tableDerivatives(std::vector< std::vector< Real >> &dy_dx1, std::vector< std::vector< Real >> &dy_dx2, std::vector< std::vector< Real >> &d2y_dx1x2) | BicubicInterpolation | protected |
~BicubicInterpolation()=default | BicubicInterpolation | virtual |
~BidimensionalInterpolation()=default | BidimensionalInterpolation | virtual |