![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/rev/core.hpp>
#include <stan/math/rev/scal/fun/calculate_chain.hpp>
#include <stan/math/prim/arr/fun/log_sum_exp.hpp>
#include <vector>
#include <limits>
Go to the source code of this file.
Classes | |
class | stan::math::internal::log_sum_exp_vector_vari |
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
stan::math::internal | |
Functions | |
double | stan::math::internal::log_sum_exp_as_double (const std::vector< var > &x) |
var | stan::math::log_sum_exp (const std::vector< var > &x) |
Returns the log sum of exponentials. More... | |