Return the elementwise exp()
of the specified argument, which may be a scalar or any Stan container of numeric scalars.
Version of exp()
that accepts std::vectors, Eigen Matrix/Array objects or expressions, and containers of these.
The return type is the same as the argument type.
- Template Parameters
-
Container | type of container |
- Parameters
-
- Returns
- Elementwise application of exponentiation to the argument.
- Template Parameters
-
- Parameters
-
- Returns
- Elementwise application of exponentiation to the argument.
Definition at line 71 of file exp.hpp.