Simbody
3.7
|
Public Member Functions | |
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 double &rd) | |
conjugate (const complex< float > &x) | |
conjugate (const complex< 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 |
|
inline |
|
inline |
Construction from reals. Note that the numeric result is (real-imag*i).
|
inline |
|
inline |
|
inline |
|
inline |
Implicit conversion from float to conjugate<float>.
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
Implicit conversion to complex<float> when necessary (costs an actual negation – yuck!).
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |