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

◆ inv_cloglog() [6/7]

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

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

Template Parameters
ContainerType of x
Parameters
xContainer
Returns
1 - exp(-exp()) applied to each value in x.

Definition at line 93 of file inv_cloglog.hpp.