Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
rising_factorial.hpp
Go to the documentation of this file.
1 #ifndef STAN__MATH__FUNCTIONS__RISING_FACTORIAL_HPP
2 #define STAN__MATH__FUNCTIONS__RISING_FACTORIAL_HPP
3 
5 
6 namespace stan {
7  namespace math {
8 
51  template<typename T1, typename T2>
52  inline typename boost::math::tools::promote_args<T1,T2>::type
53  rising_factorial(const T1 x, const T2 n) {
55  }
56 
57  }
58 }
59 
60 #endif
boost::math::tools::promote_args< T1, T2 >::type log_rising_factorial(const T1 x, const T2 n)
boost::math::tools::promote_args< T1, T2 >::type rising_factorial(const T1 x, const T2 n)
fvar< T > exp(const fvar< T > &x)
Definition: exp.hpp:16

     [ Stan Home Page ] © 2011–2014, Stan Development Team.