Function lsst::afw::math::makeInterpolate(std::vector<double> const&, std::vector<double> const&, Interpolate::Style const)¶
Function Documentation¶
-
std::shared_ptr<Interpolate>
lsst::afw::math
::
makeInterpolate
(std::vector<double> const &x, std::vector<double> const &y, Interpolate::Style const style = Interpolate::AKIMA_SPLINE) A factory function to make Interpolate objects
- Parameters
x
: the x-values of pointsy
: the values at x[]style
: desired interpolator