This is the complete list of members for BidimensionalInterpolation, including all inherited members.
_x1 | BidimensionalInterpolation | |
_x2 | BidimensionalInterpolation | |
BidimensionalInterpolation(const std::vector< Real > &x1, const std::vector< Real > &x2) | BidimensionalInterpolation | |
sample(const Real x1, const Real x2) const =0 | BidimensionalInterpolation | pure virtual |
sample(const ADReal &x1, const ADReal &x2) const =0 | BidimensionalInterpolation | pure virtual |
sample(const ChainedReal &x1, const ChainedReal &x2) const =0 | BidimensionalInterpolation | pure virtual |
sample2ndDerivative(Real, Real, unsigned int) const | BidimensionalInterpolation | inlinevirtual |
sampleDerivative(const Real, const Real, unsigned int) const | BidimensionalInterpolation | inlinevirtual |
sampleDerivative(const ADReal &, const ADReal &, unsigned int) const | BidimensionalInterpolation | inlinevirtual |
sampleDerivative(const ChainedReal &, const ChainedReal &, unsigned int) const | BidimensionalInterpolation | inlinevirtual |
sampleValueAndDerivatives(Real, Real, Real &, Real &, Real &) const | BidimensionalInterpolation | inlinevirtual |
sampleValueAndDerivatives(const ADReal &, const ADReal &, ADReal &, ADReal &, ADReal &) const | BidimensionalInterpolation | inlinevirtual |
sampleValueAndDerivatives(const ChainedReal &, const ChainedReal &, ChainedReal &, ChainedReal &, ChainedReal &) const | BidimensionalInterpolation | inlinevirtual |
~BidimensionalInterpolation()=default | BidimensionalInterpolation | virtual |