v0.15.5
Loading...
Searching...
No Matches
Namespaces | Functions
lambert_w_iter.hpp File Reference
#include <cmath>
#include "lambert_w_tools.hpp"

Go to the source code of this file.

Namespaces

namespace  boost
 
namespace  boost::math
 
namespace  boost::math::lambw
 

Functions

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)