![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <cmath>#include <sstream>#include <stdexcept>#include <stan/math/matrix/Eigen.hpp>#include <stan/math/matrix/log_sum_exp.hpp>#include <stan/math/error_handling/matrix/check_nonzero_size.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::math | |
| Matrices and templated mathematical functions. | |
Functions | |
| template<typename T > | |
| Eigen::Matrix< T, Eigen::Dynamic, 1 > | stan::math::log_softmax (const Eigen::Matrix< T, Eigen::Dynamic, 1 > &v) |
| Return the natural logarithm of the softmax of the specified vector. More... | |