FTQuant
0.1
|
This is the complete list of members for RectBivariateCubicSpline, including all inherited members.
derivative_x(double x_, double y_) const | RectBivariateCubicSpline | |
derivative_xx(double x_, double y_) const | RectBivariateCubicSpline | |
derivative_xy(double x_, double y_) const | RectBivariateCubicSpline | |
derivative_y(double x_, double y_) const | RectBivariateCubicSpline | |
derivative_yy(double x_, double y_) const | RectBivariateCubicSpline | |
eval(double x_, double y_) const | RectBivariateCubicSpline | |
fit(const std::vector< double > &x, const std::vector< double > &y, const std::vector< std::vector< double >> &f) | RectBivariateCubicSpline | |
get_coefs() const | RectBivariateCubicSpline | |
partial_derivative(double x_, double y_, int dx, int dy) const | RectBivariateCubicSpline | |
RectBivariateCubicSpline() | RectBivariateCubicSpline | inline |
weighted_finite_derivative(const std::vector< double > &x, const std::vector< double > &y, const std::vector< std::vector< double >> &f) | RectBivariateCubicSpline |