Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::internal::lambert_wm1_fun Struct Reference

Detailed Description

Structure to wrap lambert_wm1() so it can be vectorized.

Template Parameters
Ttype of variable
Parameters
xvariable
Returns
value of the W-1 branch of the Lambert W function at x.
Exceptions
std::domain_errorif x is less than or equal to -e^(-1) or greater than or equal to 0

Definition at line 65 of file lambert_w.hpp.

#include <lambert_w.hpp>

Static Public Member Functions

template<typename T >
static auto fun (const T &x)
 

The documentation for this struct was generated from the following file: