![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<int R, int C> | |
double | stan::math::log_sum_exp (const Eigen::Matrix< double, R, C > &x) |
Return the log of the sum of the exponentiated values of the specified matrix of values. More... | |