x
|
cmplx< T > Class Template Reference
Collaboration diagram for cmplx< T >:
Public Member Functions | |
cmplx (const T &c, const T &d) | |
cmplx (const T &c) | |
template<class X > | |
cmplx (const cmplx< X > &c) | |
T | real () |
T | imag () |
cmplx< T > & | operator= (const T &c) |
template<class X > | |
cmplx< T > & | operator+= (const X &c) |
template<class X > | |
cmplx< T > & | operator-= (const X &c) |
template<class X > | |
cmplx< T > & | operator*= (const X &c) |
template<class X > | |
cmplx< T > & | operator/= (const X &c) |
template<class X > | |
cmplx< T > & | operator= (const cmplx< X > &c) |
template<class X > | |
cmplx< T > & | operator+= (const cmplx< X > &c) |
template<class X > | |
cmplx< T > & | operator-= (const cmplx< X > &c) |
template<class X > | |
cmplx< T > & | operator*= (const cmplx< X > &c) |
template<class X > | |
cmplx< T > & | operator/= (const cmplx< X > &c) |
T | operator~ () |
cmplx< T > | operator* () |
cmplx< T > | operator^ (const cmplx &b) |
cmplx< T > | cinv () |
cmplx< T > & | rotate (const T ph) |
Data Fields | |
T | x |
T | y |
The documentation for this class was generated from the following file:
Generated on Sun Nov 24 2024 07:05:43 for x by 1.8.11