Automatic Differentiation
 
Loading...
Searching...
No Matches
hypergeometric_3F2.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  stan
 The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
 
namespace  stan::math
 Matrices and templated mathematical functions.
 
namespace  stan::math::internal
 A comparator that works for any container type that has the brackets operator.
 

Functions

template<typename Ta , typename Tb , typename Tz , typename T_return = return_type_t<Ta, Tb, Tz>, typename ArrayAT = Eigen::Array<scalar_type_t<Ta>, 3, 1>, typename ArrayBT = Eigen::Array<scalar_type_t<Ta>, 3, 1>, require_all_vector_t< Ta, Tb > * = nullptr, require_stan_scalar_t< Tz > * = nullptr>
T_return stan::math::internal::hypergeometric_3F2_infsum (const Ta &a, const Tb &b, const Tz &z, double precision=1e-6, int max_steps=1e5)
 
template<typename Ta , typename Tb , typename Tz , require_all_vector_t< Ta, Tb > * = nullptr, require_stan_scalar_t< Tz > * = nullptr>
auto stan::math::hypergeometric_3F2 (const Ta &a, const Tb &b, const Tz &z)
 Hypergeometric function (3F2).
 
template<typename Ta , typename Tb , typename Tz , require_all_stan_scalar_t< Ta, Tb, Tz > * = nullptr>
auto stan::math::hypergeometric_3F2 (const std::initializer_list< Ta > &a, const std::initializer_list< Tb > &b, const Tz &z)
 Hypergeometric function (3F2).