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

◆ log_sum_exp() [12/13]

template<typename T , require_eigen_st< is_var, T > * = nullptr, require_not_var_matrix_t< T > * = nullptr>
var stan::math::log_sum_exp ( const T &  v)
inline

Returns the log sum of exponentials of the input.

Template Parameters
TA type inheriting from EigenBase with scalar type var
Parameters
vinput

Definition at line 69 of file log_sum_exp.hpp.