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

◆ trigamma() [1/6]

template<typename T >
fvar< T > stan::math::trigamma ( const fvar< T > &  u)
inline

Return the value of the trigamma function at the specified argument (i.e., the second derivative of the log Gamma function at the specified argument).

Template Parameters
Tinner type of the fvar
Parameters
uargument
Returns
trigamma function at argument

Definition at line 21 of file trigamma.hpp.