![]() |
Home | Libraries | People | FAQ | More |
boost::numeric::quadrature::kronrod_coefficients — Coefficients for kronrod intergration.
template<typename T, std::size_t N> struct kronrod_coefficients { // types typedef std::tr1::array< T, N/2+1 > value_type; // public static functions static const value_type & weights() ; static const value_type & abcissa() ; };
Coefficients for N point kronrod intergration. This class provides common syntax for refering to kronrod coefficients, but has no default implementation. Available specialisations are, kronrod_coefficents<T,15>, kronrod_coefficents<T,21>, kronrod_coefficents<T,31>, kronrod_coefficents<T,41>, and kronrod_coefficents<T,51>.
| Copyright © 2007 Hugo Duncan |