ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
sf_lambert.hpp File Reference
#include <gsl/gsl_sf_lambert.h>
#include "mode.hpp"
#include "sf_result.hpp"
Include dependency graph for sf_lambert.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  gsl
 The gsl package creates an interface to the GNU Scientific Library for C++.
 
namespace  gsl::sf
 This namespace is used for special functions that in GSL are prefixed gsl_sf.
 
namespace  gsl::sf::lambert
 Lambert functions.
 

Functions

int gsl::sf::lambert::W0_e (double x, result &result)
 C++ version of gsl_sf_lambert_W0_e(). More...
 
double gsl::sf::lambert::W0 (double x)
 C++ version of gsl_sf_lambert_W0(). More...
 
int gsl::sf::lambert::Wm1_e (double x, result &result)
 C++ version of gsl_sf_lambert_Wm1_e(). More...
 
double gsl::sf::lambert::Wm1 (double x)
 C++ version of gsl_sf_lambert_Wm1(). More...