gslcpp
Modern-C++ Wrapper for GSL
|
Specialization of gsl::complex for long double. More...
#include <complex.hpp>
Public Types | |
using | P = std::complex< long double > |
Type of parent. | |
Public Member Functions | |
complex (gsl_complex_long_double const &z) | |
Construct from gsl_complex. More... | |
complex (P const &z) | |
Construct from instance of parent's type. More... | |
operator gsl_complex_long_double & () | |
Convert to gsl_complex. More... | |
operator gsl_complex_long_double const & () const | |
Convert to gsl_complex. More... | |
Specialization of gsl::complex for long double.
Definition at line 70 of file complex.hpp.
|
inline |
Construct from gsl_complex.
z | Reference to instance of gsl_complex. |
Definition at line 76 of file complex.hpp.
|
inline |
Construct from instance of parent's type.
z | Reference to instance of parent's type. |
Definition at line 80 of file complex.hpp.
|
inline |
Convert to gsl_complex.
Definition at line 84 of file complex.hpp.
|
inline |
Convert to gsl_complex.
Definition at line 90 of file complex.hpp.