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

◆ log1p_exp() [6/6]

template<typename T , require_stan_scalar_or_eigen_t< T > * = nullptr>
auto stan::math::log1p_exp ( const var_value< T > &  a)
inline

Return the log of 1 plus the exponential of the specified variable.

Template Parameters
TArithmetic or a type inheriting from EigenBase.
Parameters
aThe variable.

Definition at line 19 of file log1p_exp.hpp.