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

◆ log_sum_exp() [6/13]

template<typename T , require_all_kernel_expressions_and_none_scalar_t< T > * = nullptr>
var stan::math::log_sum_exp ( const var_value< T > &  A)
inline

Return the log of the sum of the exponentiated values of the specified matrix of values.

Template Parameters
Ttype of the vector
Parameters
[in]Avector
Returns
the log of the sum of the exponentiated vector values

Definition at line 24 of file log_sum_exp.hpp.