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

◆ log1m_inv_logit() [6/7]

template<typename T , require_not_var_matrix_t< T > * = nullptr, require_not_nonscalar_prim_or_rev_kernel_expression_t< T > * = nullptr>
apply_scalar_unary< log1m_inv_logit_fun, T >::return_t stan::math::log1m_inv_logit ( const T &  x)
inline

Return the elementwise application of log1m_inv_logit() to specified argument container.

The return type promotes the underlying scalar argument type to double if it is an integer, and otherwise is the argument type.

Template Parameters
Ttype of container
Parameters
xcontainer
Returns
Elementwise log1m_inv_logit of members of container.

Definition at line 86 of file log1m_inv_logit.hpp.