![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/rev/meta.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/rev/mat/fun/typedefs.hpp>
#include <stan/math/prim/scal/fun/log_sum_exp.hpp>
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <limits>
Go to the source code of this file.
Classes | |
class | stan::math::internal::log_sum_exp_matrix_vari |
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
stan::math::internal | |
Functions | |
template<int R, int C> | |
double | stan::math::internal::log_sum_exp_as_double (const Eigen::Matrix< var, R, C > &x) |
template<int R, int C> | |
var | stan::math::log_sum_exp (const Eigen::Matrix< var, R, C > &x) |
Returns the log sum of exponentials. More... | |