Home
last modified time | relevance | path

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

/third_party/boost/libs/multiprecision/example/
Dgauss_laguerre_quadrature.cpp514 …const abscissas_and_weights_type the_abscissas_and_weights(laguerre_order, local::float_type(-1) /… in main() local
527 std::inner_product(the_abscissas_and_weights.abscissa_n().cbegin(), in main()
528 the_abscissas_and_weights.abscissa_n().cend(), in main()
529 the_abscissas_and_weights.weight_n().cbegin(), in main()