|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
Complex number stored as \((\Re, \Im)\). More...
#include <GSLComplex.h>

Public Member Functions | |
| gsl_complex () | |
| gsl_complex (double r, double i) | |
| gsl_complex (const std::complex< double > &c) | |
| operator std::complex< double > () const | |
| double | real () const |
| double | imag () const |
Public Attributes | |
| double | dat [2] |
Complex number stored as \((\Re, \Im)\).
Definition at line 27 of file GSLComplex.h.
|
inline |
Definition at line 30 of file GSLComplex.h.
|
inline |
Definition at line 31 of file GSLComplex.h.
|
inline |
Definition at line 32 of file GSLComplex.h.
|
inline |
Definition at line 37 of file GSLComplex.h.
References dat.
|
inline |
Definition at line 34 of file GSLComplex.h.
References dat.
|
inline |
Definition at line 36 of file GSLComplex.h.
References dat.
| double gsl_complex::dat[2] |
Definition at line 28 of file GSLComplex.h.
Referenced by gsl_blas_zgemm(), gsl_complex_abs2(), gsl_complex_add(), gsl_complex_add_real(), gsl_complex_conjugate(), gsl_complex_div_real(), gsl_complex_mul_real(), gsl_complex_negative(), gsl_complex_sub(), gsl_complex_sub_real(), imag(), operator std::complex< double >(), interpolation::operator==(), and real().