![]() |
AmpGen 2.1
|
Public Types | |
using | rt = real_t |
Public Member Functions | |
Complex ()=default | |
Complex (const real_t &re, const real_t &im) | |
Complex (const std::complex< double > &f) | |
Complex (const std::complex< float > &f) | |
Complex (const real_t &arg) | |
Complex (const real_t &re, const double &im) | |
Complex | operator+= (const Complex &rhs) |
Complex | operator-= (const Complex &rhs) |
Complex | operator*= (const Complex &rhs) |
Complex | operator/= (const Complex &rhs) |
real_t | real () const |
real_t | imag () const |
real_t | norm () const |
Public Attributes | |
real_t | re |
real_t | im |
using AmpGen::Complex< real_t >::rt = real_t |
|
default |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
real_t AmpGen::Complex< real_t >::im |
real_t AmpGen::Complex< real_t >::re |