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