#include <complex>
#include <boost/math/tools/promotion.hpp>
#include "detail/lambert_w_raw.hpp"
Go to the source code of this file.
|
| 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) |
| |