![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
Return the log softmax of the specified vector or container of vectors.
Return the log softmax of the specified std::vector
or std::vector
of containers.
T | Type of input vector or matrix. |
[in] | x | Unconstrained input vector. |
std::domain_error | If the input vector is size 0. |
T | type of input |
x | input |
std::domain_error | if the input size is 0 |
Definition at line 23 of file log_softmax.hpp.