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