Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ digamma() [5/7]

template<typename T , require_not_nonscalar_prim_or_rev_kernel_expression_t< T > * = nullptr, require_not_var_matrix_t< T > * = nullptr>
auto stan::math::digamma ( const T &  x)
inline

Vectorized version of digamma().

Template Parameters
Ttype of container
Parameters
xcontainer
Returns
Digamma function applied to each value in x.
Exceptions
std::domain_errorif any value is a negative integer or 0

Definition at line 77 of file digamma.hpp.