Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ exp() [6/9]

template<typename Container , require_container_st< std::is_arithmetic, Container > * = nullptr>
auto stan::math::exp ( const Container &  x)
inline

Version of exp() that accepts std::vectors, Eigen Matrix/Array objects or expressions, and containers of these.

Template Parameters
ContainerType of x
Parameters
xContainer
Returns
Elementwise application of exponentiation to the argument.

Definition at line 61 of file exp.hpp.