#include <cmath>
#include <cstring>
#include <complex>
#include <gsl/gsl_complex.h>
#include <gsl/gsl_complex_math.h>
Go to the source code of this file.
|
| 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...
|
| |