Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ inv_erfc() [3/5]

template<typename T , require_all_not_nonscalar_prim_or_rev_kernel_expression_t< T > * = nullptr, require_not_var_matrix_t< T > * = nullptr, require_not_arithmetic_t< T > * = nullptr>
auto stan::math::inv_erfc ( const T &  x)
inline

Returns the elementwise inv_erfc() of the input, which may be a scalar or any Stan container of numeric scalars.

Template Parameters
Ttype of container
Parameters
xcontainer
Returns
Inverse complementary error function applied to each value in x.

Definition at line 51 of file inv_erfc.hpp.