|
real_concept | boost::math::concepts::operator+ (const real_concept &a, const real_concept &b) |
|
real_concept | boost::math::concepts::operator- (const real_concept &a, const real_concept &b) |
|
real_concept | boost::math::concepts::operator* (const real_concept &a, const real_concept &b) |
|
real_concept | boost::math::concepts::operator/ (const real_concept &a, const real_concept &b) |
|
bool | boost::math::concepts::operator== (const real_concept &a, const real_concept &b) |
|
bool | boost::math::concepts::operator!= (const real_concept &a, const real_concept &b) |
|
bool | boost::math::concepts::operator< (const real_concept &a, const real_concept &b) |
|
bool | boost::math::concepts::operator<= (const real_concept &a, const real_concept &b) |
|
bool | boost::math::concepts::operator> (const real_concept &a, const real_concept &b) |
|
bool | boost::math::concepts::operator>= (const real_concept &a, const real_concept &b) |
|
real_concept | boost::math::concepts::acos (real_concept a) |
|
real_concept | boost::math::concepts::cos (real_concept a) |
|
real_concept | boost::math::concepts::asin (real_concept a) |
|
real_concept | boost::math::concepts::atan (real_concept a) |
|
real_concept | boost::math::concepts::atan2 (real_concept a, real_concept b) |
|
real_concept | boost::math::concepts::ceil (real_concept a) |
|
real_concept | boost::math::concepts::fmod (real_concept a, real_concept b) |
|
real_concept | boost::math::concepts::cosh (real_concept a) |
|
real_concept | boost::math::concepts::exp (real_concept a) |
|
real_concept | boost::math::concepts::fabs (real_concept a) |
|
real_concept | boost::math::concepts::abs (real_concept a) |
|
real_concept | boost::math::concepts::floor (real_concept a) |
|
real_concept | boost::math::concepts::modf (real_concept a, real_concept *ipart) |
|
real_concept | boost::math::concepts::frexp (real_concept a, int *expon) |
|
real_concept | boost::math::concepts::ldexp (real_concept a, int expon) |
|
real_concept | boost::math::concepts::log (real_concept a) |
|
real_concept | boost::math::concepts::log10 (real_concept a) |
|
real_concept | boost::math::concepts::tan (real_concept a) |
|
real_concept | boost::math::concepts::pow (real_concept a, real_concept b) |
|
real_concept | boost::math::concepts::pow (real_concept a, int b) |
|
real_concept | boost::math::concepts::sin (real_concept a) |
|
real_concept | boost::math::concepts::sinh (real_concept a) |
|
real_concept | boost::math::concepts::sqrt (real_concept a) |
|
real_concept | boost::math::concepts::tanh (real_concept a) |
|
template<class Policy > |
int | boost::math::concepts::iround (const concepts::real_concept &v, const Policy &pol) |
|
int | boost::math::concepts::iround (const concepts::real_concept &v) |
|
template<class Policy > |
long | boost::math::concepts::lround (const concepts::real_concept &v, const Policy &pol) |
|
long | boost::math::concepts::lround (const concepts::real_concept &v) |
|
template<class Policy > |
int | boost::math::concepts::itrunc (const concepts::real_concept &v, const Policy &pol) |
|
int | boost::math::concepts::itrunc (const concepts::real_concept &v) |
|
template<class Policy > |
long | boost::math::concepts::ltrunc (const concepts::real_concept &v, const Policy &pol) |
|
long | boost::math::concepts::ltrunc (const concepts::real_concept &v) |
|
template<class charT , class traits > |
std::basic_ostream< charT,
traits > & | boost::math::concepts::operator<< (std::basic_ostream< charT, traits > &os, const real_concept &a) |
|
template<class charT , class traits > |
std::basic_istream< charT,
traits > & | boost::math::concepts::operator>> (std::basic_istream< charT, traits > &is, real_concept &a) |
|
template<> |
concepts::real_concept | boost::math::tools::make_big_value< concepts::real_concept > (boost::floatmax_t val, const char *, mpl::false_ const &, mpl::false_ const &) |
|
template<> |
concepts::real_concept | boost::math::tools::max_value< concepts::real_concept > (BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(concepts::real_concept)) |
|
template<> |
concepts::real_concept | boost::math::tools::min_value< concepts::real_concept > (BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(concepts::real_concept)) |
|
template<> |
concepts::real_concept | boost::math::tools::log_max_value< concepts::real_concept > (BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(concepts::real_concept)) |
|
template<> |
concepts::real_concept | boost::math::tools::log_min_value< concepts::real_concept > (BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(concepts::real_concept)) |
|
template<> |
concepts::real_concept | boost::math::tools::epsilon< concepts::real_concept > (BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(concepts::real_concept)) |
|
template<> |
int | boost::math::tools::digits< concepts::real_concept > (BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(concepts::real_concept)) |
|