|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
The gsl::cpx_float namespace allows the gsl::complex_float static funtions to be called from a namespace and so allows the usual C++ convenience of using code like the following.
More...
Functions | |
| complex_float | rect (float x, float y) |
| C++ version of gsl_complex_float_rect(). More... | |
| complex_float | polar (float r, float theta) |
| C++ version of gsl_complex_float_rect(). More... | |
The gsl::cpx_float namespace allows the gsl::complex_float static funtions to be called from a namespace and so allows the usual C++ convenience of using code like the following.
|
inline |
C++ version of gsl_complex_float_rect().
| r | The magnitude |
| theta | The argument |
Definition at line 376 of file complex_float.hpp.
References gsl::complex_float::polar().
|
inline |
C++ version of gsl_complex_float_rect().
| x | Real part |
| y | Imaginary part |
Definition at line 369 of file complex_float.hpp.
References gsl::complex_float::rect().