ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
sf_coupling.hpp File Reference
#include <gsl/gsl_sf_coupling.h>
#include "mode.hpp"
#include "sf_result.hpp"
Include dependency graph for sf_coupling.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.
 

Functions

int gsl::sf::coupling_3j_e (int two_ja, int two_jb, int two_jc, int two_ma, int two_mb, int two_mc, result &result)
 C++ version of gsl_sf_coupling_3j(). More...
 
double gsl::sf::coupling_3j (int two_ja, int two_jb, int two_jc, int two_ma, int two_mb, int two_mc)
 C++ version of gsl_sf_coupling_3j(). More...
 
int gsl::sf::coupling_6j_e (int two_ja, int two_jb, int two_jc, int two_jd, int two_je, int two_jf, result &result)
 C++ version of gsl_sf_coupling_6j_e(). More...
 
double gsl::sf::coupling_6j (int two_ja, int two_jb, int two_jc, int two_jd, int two_je, int two_jf)
 C++ version of gsl_sf_coupling_6j(). More...
 
int gsl::sf::coupling_RacahW_e (int two_ja, int two_jb, int two_jc, int two_jd, int two_je, int two_jf, result &result)
 C++ version of gsl_sf_coupling_RacahW_e(). More...
 
double gsl::sf::coupling_RacahW (int two_ja, int two_jb, int two_jc, int two_jd, int two_je, int two_jf)
 C++ version of gsl_sf_coupling_RacahW(). More...
 
int gsl::sf::coupling_9j_e (int two_ja, int two_jb, int two_jc, int two_jd, int two_je, int two_jf, int two_jg, int two_jh, int two_ji, result &result)
 C++ version of gsl_sf_coupling_9j_e(). More...
 
double gsl::sf::coupling_9j (int two_ja, int two_jb, int two_jc, int two_jd, int two_je, int two_jf, int two_jg, int two_jh, int two_ji)
 C++ version of gsl_sf_coupling_9j(). More...