ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
complex_long_double.hpp File Reference
#include <cmath>
#include <cstring>
#include <complex>
#include <gsl/gsl_complex.h>
#include <gsl/gsl_complex_math.h>
Include dependency graph for complex_long_double.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gsl::complex_long_double
 This class handles complex_long_double numbers. More...
 
class  gsl::complex_long_double_ref
 This class can be used like a reference for complex_long_double objects so that we can iterate over a vector (for example) of them. More...
 
class  gsl::complex_long_double_ptr
 This class can be used like a pointer for complex_long_double objects so that we can iterate over a vector (for example) of them. More...
 

Namespaces

namespace  gsl
 The gsl package creates an interface to the GNU Scientific Library for C++.
 
namespace  gsl::cpx_long_double
 The gsl::cpx_long_double namespace allows the gsl::complex_long_double static funtions to be called from a namespace and so allows the usual C++ convenience of using code like the following.
 

Functions

template<typename Ch , typename Tr >
std::basic_ostream< Ch, Tr > & gsl::operator<< (std::basic_ostream< Ch, Tr > &stream, complex_long_double const &z)
 Define the << operator so that we can use expressions like. More...
 
template<typename Ch , typename Tr >
std::basic_ostream< Ch, Tr > & gsl::operator<< (std::basic_ostream< Ch, Tr > &stream, complex_long_double_ref const &z)
 Define the << operator so that we can use expressions like. More...
 
complex_long_double gsl::cpx_long_double::rect (long double x, long double y)
 C++ version of gsl_complex_long_double_rect(). More...
 
complex_long_double gsl::cpx_long_double::polar (long double r, long double theta)
 C++ version of gsl_complex_long_double_rect(). More...