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

◆ exp() [9/9]

template<typename T , require_var_matrix_t< T > * = nullptr>
auto stan::math::exp ( const T &  x)
inline

Return the exponentiation of the elements of x.

Template Parameters
Ttype of x
Parameters
xargument
Returns
elementwise exponentiation of x

Definition at line 65 of file exp.hpp.