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

◆ lambert_w0() [3/4]

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

Vectorized version of lambert_w0().

Template Parameters
Ttype of container
Parameters
xcontainer
Returns
value of the W0 branch of the Lambert W function for each value in x
Exceptions
std::domain_errorif x is less than or equal to -e^(-1)

Definition at line 83 of file lambert_w.hpp.