#include <cmath>
#include "lambert_w_tools.hpp"
Go to the source code of this file.
|
| template<class ArgumentType , class CoeffType , class IndexType > |
| void | boost::math::lambw::_iter_frit (const ArgumentType &x, const IndexType &k, ArgumentType &Wn) |
| |
| template<class ArgumentType , class CoeffType , class IndexType > |
| void | boost::math::lambw::_iter_newt_nolog (const ArgumentType &x, ArgumentType &fn) |
| |
| template<class ArgumentType , class CoeffType , class IndexType > |
| void | boost::math::lambw::_iter_newt_wlog (const ArgumentType &x, ArgumentType &fn) |
| |
| template<class ArgumentType , class CoeffType , class IndexType > |
| void | boost::math::lambw::_iter_newt (const ArgumentType &x, const IndexType &k, ArgumentType &fn) |
| |