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

◆ log_sum_exp() [13/13]

template<typename T , require_var_matrix_t< T > * = nullptr>
var stan::math::log_sum_exp ( const T &  x)
inline

Returns the log sum of exponentials of the input.

Template Parameters
TA var_value with an input vector or matrix
Parameters
xinput

Definition at line 89 of file log_sum_exp.hpp.