![]() |
Stan Math Library
2.11.0
reverse mode automatic differentiation
|
Go to the source code of this file.
Classes | |
struct | stan::math::log_fun |
Structure to wrap log() so that it can be vectorized. More... | |
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T > | |
apply_scalar_unary< log_fun, T >::return_t | stan::math::log (const T &x) |
Vectorized version of log(). More... | |