FTQuant
0.1
|
Go to the source code of this file.
Functions | |
int | transpose (std::vector< std::vector< double >> &mat) |
std::vector< std::vector< double > > | diff (const std::vector< double > &x, const std::vector< std::vector< double >> &f, const int dim=1) |
int | binsearch (const std::vector< double > &x, const double value) |
int binsearch | ( | const std::vector< double > & | x, |
const double | value | ||
) |
Definition at line 157 of file RectBivariateSpline.cpp.
Referenced by RectBivariateCubicSpline::derivative_x(), RectBivariateCubicSpline::derivative_xx(), RectBivariateCubicSpline::derivative_xy(), RectBivariateCubicSpline::derivative_y(), RectBivariateCubicSpline::derivative_yy(), and RectBivariateCubicSpline::eval().
std::vector<std::vector<double> > diff | ( | const std::vector< double > & | x, |
const std::vector< std::vector< double >> & | f, | ||
const int | dim = 1 |
||
) |
Definition at line 24 of file RectBivariateSpline.cpp.
References transpose().
Referenced by RectBivariateCubicSpline::weighted_finite_derivative().
int transpose | ( | std::vector< std::vector< double >> & | mat | ) |
Definition at line 11 of file RectBivariateSpline.cpp.
Referenced by diff().