Home
last modified time | relevance | path

Searched refs:scalar_interpolator1 (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/math/test/
Dtest_vector_barycentric_rational.cpp59 …boost::math::barycentric_rational<Real> scalar_interpolator1(std::move(t_copy1), std::move(y_copy1… in test_agreement_with_1d() local
70 BOOST_CHECK_CLOSE(z[1], scalar_interpolator1(t), 10000*numeric_limits<Real>::epsilon()); in test_agreement_with_1d()