Searched defs:left_endpoint (Results 1 – 4 of 4) sorted by relevance
| /third_party/boost/boost/math/interpolators/ |
| D | cubic_b_spline.hpp | 58 cubic_b_spline<Real>::cubic_b_spline(const Real* const f, size_t length, Real left_endpoint, Real s… in cubic_b_spline() 65 cubic_b_spline<Real>::cubic_b_spline(BidiIterator f, BidiIterator end_p, Real left_endpoint, Real s… in cubic_b_spline()
|
| D | cardinal_cubic_b_spline.hpp | 55 …Real>::cardinal_cubic_b_spline(const Real* const f, size_t length, Real left_endpoint, Real step_s… in cardinal_cubic_b_spline() 62 …Real>::cardinal_cubic_b_spline(BidiIterator f, BidiIterator end_p, Real left_endpoint, Real step_s… in cardinal_cubic_b_spline()
|
| /third_party/boost/boost/math/interpolators/detail/ |
| D | cubic_b_spline_detail.hpp | 106 cubic_b_spline_imp<Real>::cubic_b_spline_imp(BidiIterator f, BidiIterator end_p, Real left_endpoint… in cubic_b_spline_imp()
|
| D | cardinal_cubic_b_spline_detail.hpp | 106 …>::cardinal_cubic_b_spline_imp(BidiIterator f, BidiIterator end_p, Real left_endpoint, Real step_s… in cardinal_cubic_b_spline_imp()
|