gslcpp
Modern-C++ Wrapper for GSL
|
Definition of gsl::complex. More...
#include <complex>
#include <gsl/gsl_complex.h>
Go to the source code of this file.
Classes | |
struct | gsl::complex< A > |
Complex-number, each of whose components has type A. More... | |
struct | gsl::complex< double > |
Specialization of gsl::complex for double. More... | |
struct | gsl::complex< float > |
Specialization of gsl::complex for float. More... | |
struct | gsl::complex< long double > |
Specialization of gsl::complex for long double. More... | |
Namespaces | |
gsl | |
Namespace for C++-interface to GSL. | |
Definition of gsl::complex.
Definition in file complex.hpp.
struct gsl::complex |
Complex-number, each of whose components has type A.
This is the generic declaration; see each specialization for details.
A | Type of each component. |
Definition at line 18 of file complex.hpp.