v0.15.5
Loading...
Searching...
No Matches
Namespaces | Functions
lambert_w.hpp File Reference
#include <complex>
#include <boost/math/tools/promotion.hpp>
#include "detail/lambert_w_raw.hpp"

Go to the source code of this file.

Namespaces

namespace  boost
 
namespace  boost::math
 

Functions

template<class ArgumentType >
tools::promote_args< ArgumentType, int >::type boost::math::lambert_w (const ArgumentType &z)
 
template<class ArgumentType , class IndexType >
tools::promote_args< ArgumentType, IndexType >::type boost::math::lambert_w (const ArgumentType &z, const IndexType &k)
 
template<class ArgumentType , class IndexType , class Policy >
tools::promote_args< ArgumentType, IndexType >::type boost::math::lambert_w (const ArgumentType &z, const IndexType &k, const Policy &pol)
 
template<class ArgumentType >
std::complex< ArgumentType > boost::math::lambert_w (const std::complex< ArgumentType > &z)
 
template<class ArgumentType , class IndexType >
std::complex< ArgumentType > boost::math::lambert_w (const std::complex< ArgumentType > &z, const IndexType &k)
 
template<class ArgumentType , class IndexType , class Policy >
std::complex< ArgumentType > boost::math::lambert_w (const std::complex< ArgumentType > &z, const IndexType &k, const Policy &pol)