Home
last modified time | relevance | path

Searched defs:cubic_hermite (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/math/interpolators/
Dcubic_hermite.hpp15 class cubic_hermite { class
19cubic_hermite(RandomAccessContainer && x, RandomAccessContainer && y, RandomAccessContainer && dyd… in cubic_hermite() function in boost::math::interpolators::cubic_hermite
/third_party/boost/libs/math/example/daubechies_wavelets/
Dregress_daubechies_accuracy.cpp44 std::vector<double> cubic_hermite; in main() local