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

◆ lambert_w0() [4/4]

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

Return the Lambert W function on W0 branch applied to the specified variable.

Template Parameters
TArithmetic or a type inheriting from EigenBase.
Parameters
aVariable argument.
Returns
the Lambert W function (W0 branch) applied to the specified argument.

Definition at line 22 of file lambert_w.hpp.