Public Member Functions | |
cplx (const T &ma=0, const T &an=0) | |
cplx< polar, T > & | operator= (const T &r) |
template<cplx_representation R, class T2> | |
cplx (const cplx< R, T2 > &rhs) | |
template<cplx_representation R, class T2> | |
cplx< polar, T > & | operator= (const cplx< R, T2 > &rhs) |
~cplx () | |
const T | magn () const |
T & | magn () |
const T | angle () const |
T & | angle () |
const T | first () const |
T & | first () |
const T | second () const |
T & | second () |
const float_d | real () const |
const float_d | imag () const |
const cplx< polar, T > | conj () const |
const cplx< rect, T > | invert () const |
const cplx< rect, float_d > | to_rect () const |
Definition at line 338 of file vect/cplx.hh.