![]() |
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/exp.hpp>
#include <cmath>
Go to the source code of this file.
Classes | |
struct | stan::math::exp_fun |
Structure to wrap exp() so that it can be vectorized. More... | |
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T > | |
apply_scalar_unary< exp_fun, T >::return_t | stan::math::exp (const T &x) |
Return the elementwise exponentiation of the specified argument, which may be a scalar or any Stan container of numeric scalars. More... | |