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