This is the complete list of members for BicubicSplineInterpolation, including all inherited members.
| _column_spline_eval | BicubicSplineInterpolation | protected |
| _column_spline_second_derivs | BicubicSplineInterpolation | protected |
| _deriv_bound | SplineInterpolationBase | protectedstatic |
| _file_number | BicubicSplineInterpolation | protectedstatic |
| _row_spline_eval | BicubicSplineInterpolation | protected |
| _row_spline_second_derivs | BicubicSplineInterpolation | protected |
| _x1 | BicubicSplineInterpolation | protected |
| _x2 | BicubicSplineInterpolation | protected |
| _y | BicubicSplineInterpolation | protected |
| _y2_columns | BicubicSplineInterpolation | protected |
| _y2_rows | BicubicSplineInterpolation | protected |
| _y_trans | BicubicSplineInterpolation | protected |
| _yx11 | BicubicSplineInterpolation | protected |
| _yx1n | BicubicSplineInterpolation | protected |
| _yx21 | BicubicSplineInterpolation | protected |
| _yx2n | BicubicSplineInterpolation | protected |
| BicubicSplineInterpolation() | BicubicSplineInterpolation | |
| BicubicSplineInterpolation(const std::vector< Real > &x1, const std::vector< Real > &x2, const std::vector< std::vector< Real >> &y, const std::vector< Real > &yx11=std::vector< Real >(), const std::vector< Real > &yx1n=std::vector< Real >(), const std::vector< Real > &yx21=std::vector< Real >(), const std::vector< Real > &yx2n=std::vector< Real >()) | BicubicSplineInterpolation | |
| computeCoeffs(const std::vector< Real > &x, unsigned int klo, unsigned int khi, const T &x_int, Real &h, T &a, T &b) const | SplineInterpolationBase | protected |
| constructColumnSpline(Real x2, std::vector< Real > &spline_eval, std::vector< Real > &spline_second_derivs, Real yx21=_deriv_bound, Real yx2n=_deriv_bound) | BicubicSplineInterpolation | protected |
| constructColumnSplineSecondDerivativeTable() | BicubicSplineInterpolation | protected |
| constructRowSpline(Real x1, std::vector< Real > &spline_eval, std::vector< Real > &spline_second_derivs, Real yx11=_deriv_bound, Real yx1n=_deriv_bound) | BicubicSplineInterpolation | protected |
| constructRowSplineSecondDerivativeTable() | BicubicSplineInterpolation | protected |
| errorCheck() | BicubicSplineInterpolation | |
| findInterval(const std::vector< Real > &x, Real x_int, unsigned int &klo, unsigned int &khi) const | SplineInterpolationBase | protected |
| sample(Real x1, Real x2, Real yx11=_deriv_bound, Real yx1n=_deriv_bound) | BicubicSplineInterpolation | |
| SplineInterpolationBase::sample(const std::vector< Real > &x, const std::vector< Real > &y, const std::vector< Real > &y2, Real x_int) const | SplineInterpolationBase | |
| SplineInterpolationBase::sample(const std::vector< Real > &x, const std::vector< Real > &y, const std::vector< Real > &y2, const ADReal &x_int) const | SplineInterpolationBase | |
| SplineInterpolationBase::sample(const std::vector< Real > &x, const std::vector< Real > &y, const std::vector< Real > &y2, const T &x_int, unsigned int klo, unsigned int khi) const | SplineInterpolationBase | protected |
| sample2ndDerivative(Real x1, Real x2, unsigned int deriv_var, Real yp1=_deriv_bound, Real ypn=_deriv_bound) | BicubicSplineInterpolation | |
| SplineInterpolationBase::sample2ndDerivative(const std::vector< Real > &x, const std::vector< Real > &y, const std::vector< Real > &y2, Real x_int) const | SplineInterpolationBase | |
| sampleDerivative(Real x1, Real x2, unsigned int deriv_var, Real yp1=_deriv_bound, Real ypn=_deriv_bound) | BicubicSplineInterpolation | |
| SplineInterpolationBase::sampleDerivative(const std::vector< Real > &x, const std::vector< Real > &y, const std::vector< Real > &y2, Real x_int) const | SplineInterpolationBase | |
| sampleValueAndDerivatives(Real x1, Real x2, Real &y, Real &dy1, Real &dy2, Real yx11=_deriv_bound, Real yx1n=_deriv_bound, Real yx21=_deriv_bound, Real yx2n=_deriv_bound) | BicubicSplineInterpolation | |
| setData(const std::vector< Real > &x1, const std::vector< Real > &x2, const std::vector< std::vector< Real >> &y, const std::vector< Real > &yx11=std::vector< Real >(), const std::vector< Real > &yx1n=std::vector< Real >(), const std::vector< Real > &yx21=std::vector< Real >(), const std::vector< Real > &yx2n=std::vector< Real >()) | BicubicSplineInterpolation | |
| solve() | BicubicSplineInterpolation | protected |
| spline(const std::vector< Real > &x, const std::vector< Real > &y, std::vector< Real > &y2, Real yp1=_deriv_bound, Real ypn=_deriv_bound) | SplineInterpolationBase | protected |
| SplineInterpolationBase() | SplineInterpolationBase | |
| ~BicubicSplineInterpolation()=default | BicubicSplineInterpolation | virtual |
| ~SplineInterpolationBase()=default | SplineInterpolationBase | virtual |
1.8.14