#include <boost/math/special_functions/math_fwd.hpp>#include <boost/math/tools/config.hpp>#include <boost/math/policies/error_handling.hpp>

Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::math | |
| boost::math::detail | |
Functions | |
| template<class T1 , class T2 , class T3 > | |
| tools::promote_args< T1, T2, T3 >::type | boost::math::hermite_next (unsigned n, T1 x, T2 Hn, T3 Hnm1) |
| template<class T > | |
| T | boost::math::detail::hermite_imp (unsigned n, T x) |
| template<class T , class Policy > | |
| tools::promote_args< T >::type | boost::math::hermite (unsigned n, T x, const Policy &) |
| template<class T > | |
| tools::promote_args< T >::type | boost::math::hermite (unsigned n, T x) |