Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::digamma_fun Struct Reference

Detailed Description

Structure to wrap digamma() so it can be vectorized.

Template Parameters
Ttype of variable
Parameters
xvariable
Returns
Digamma function applied to x.
Exceptions
std::domain_errorif x is a negative integer or 0

Definition at line 59 of file digamma.hpp.

#include <digamma.hpp>

Static Public Member Functions

template<typename T >
static auto fun (const T &x)
 

The documentation for this struct was generated from the following file: