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

Detailed Description

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

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

Definition at line 49 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: