|
| conjugate () |
|
| conjugate (const float &real, const float &imag) |
| Construction from reals. Note that the numeric result is (real-imag*i). More...
|
|
| conjugate (const float &real, int i) |
|
| conjugate (int r, const float &imag) |
|
| conjugate (int r, int i) |
|
| conjugate (const float &real) |
| Implicit conversion from float to conjugate<float>. More...
|
|
| conjugate (int r) |
|
| conjugate (const conjugate< double > &cd) |
|
| conjugate (const conjugate< long double > &cl) |
|
| conjugate (const double &rd) |
|
| conjugate (const long double &rl) |
|
| conjugate (const complex< float > &x) |
|
| conjugate (const complex< double > &x) |
|
| conjugate (const complex< long double > &x) |
|
| operator complex< float > () const |
| Implicit conversion to complex<float> when necessary (costs an actual negation – yuck!). More...
|
|
complex< float > | operator- () const |
|
const conjugate & | operator+ () const |
|
conjugate & | operator= (const float &r) |
|
conjugate & | operator+= (const float &r) |
|
conjugate & | operator-= (const float &r) |
|
conjugate & | operator*= (const float &r) |
|
conjugate & | operator/= (const float &r) |
|
conjugate & | operator+= (const conjugate< float > &c) |
|
conjugate & | operator-= (const conjugate< float > &c) |
|
conjugate & | operator= (const complex< float > &c) |
|
conjugate & | operator+= (const complex< float > &c) |
|
conjugate & | operator-= (const complex< float > &c) |
|
conjugate & | operator*= (const conjugate< float > &c) |
|
conjugate & | operator*= (const complex< float > &t) |
|
conjugate & | operator/= (const conjugate< float > &d) |
|
conjugate & | operator/= (const complex< float > &d) |
|
const float & | real () const |
|
float & | real () |
|
const negator< float > & | imag () const |
|
negator< float > & | imag () |
|
const complex< float > & | conj () const |
|
complex< float > & | conj () |
|
const float & | negImag () const |
|
float & | negImag () |
|
bool | isReal () const |
|