mirror of
https://github.com/boostorg/math.git
synced 2026-01-26 18:52:10 +00:00
Add non central distro's to fwd.hpp.
Added needed #include to bessel_ik.hpp. [SVN r44350]
This commit is contained in:
@@ -44,6 +44,18 @@ class lognormal_distribution;
|
||||
template <class RealType, class Policy>
|
||||
class negative_binomial_distribution;
|
||||
|
||||
template <class RealType, class Policy>
|
||||
class non_central_chi_squared_distribution;
|
||||
|
||||
template <class RealType, class Policy>
|
||||
class non_central_beta_distribution;
|
||||
|
||||
template <class RealType, class Policy>
|
||||
class non_central_f_distribution;
|
||||
|
||||
template <class RealType, class Policy>
|
||||
class non_central_t_distribution;
|
||||
|
||||
template <class RealType, class Policy>
|
||||
class normal_distribution;
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <boost/math/special_functions/round.hpp>
|
||||
#include <boost/math/special_functions/gamma.hpp>
|
||||
#include <boost/math/special_functions/sin_pi.hpp>
|
||||
#include <boost/math/constants/constants.hpp>
|
||||
|
||||
Reference in New Issue
Block a user