Home
last modified time | relevance | path

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

/third_party/boost/libs/multiprecision/example/
Dgauss_laguerre_quadrature.cpp180 const std::vector<T>& abscissa_n() const BOOST_NOEXCEPT { return xi; } in abscissa_n() function in gauss::laguerre::detail::abscissas_and_weights
527 std::inner_product(the_abscissas_and_weights.abscissa_n().cbegin(), in main()
528 the_abscissas_and_weights.abscissa_n().cend(), in main()