![]() |
Stan Math Library
2.12.0
reverse mode automatic differentiation
|
#include <stan/math/prim/mat/vectorize/apply_scalar_unary.hpp>
#include <stan/math/prim/scal/fun/log.hpp>
#include <cmath>
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) |
Return the elementwise natural log of the specified argument, which may be a scalar or any Stan container of numeric scalars. More... | |