![]() |
Stan Math Library
2.9.0
reverse mode automatic differentiation
|
#include <stan/math/rev/core.hpp>
#include <stan/math/rev/scal/fun/calculate_chain.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.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
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... | |