Gambit::FcomplexT< T > Class Template Reference Fortran complex type. More...
Collaboration diagram for Gambit::FcomplexT< T >:
![]()
Detailed Descriptiontemplate<typename T>
|
|
inline |
|
inline |
|
inline |
Default copy constructor.
Definition at line 535 of file util_types.hpp.
References Gambit::FcomplexT< T >::im, and Gambit::FcomplexT< T >::re.
|
inline |
|
inline |
|
inline |
Definition at line 586 of file util_types.hpp.
Referenced by Gambit::FcomplexT< T >::operator/().
|
inline |
|
inline |
|
inline |
Definition at line 592 of file util_types.hpp.
References Gambit::FcomplexT< T >::im, and Gambit::FcomplexT< T >::re.
|
inline |
Definition at line 603 of file util_types.hpp.
References Gambit::FcomplexT< T >::abs(), Gambit::FcomplexT< T >::im, and Gambit::FcomplexT< T >::re.
|
inline |
Assignment from another Fortran complex type.
Definition at line 554 of file util_types.hpp.
References Gambit::FcomplexT< T >::im, and Gambit::FcomplexT< T >::re.
|
inline |
|
inline |
T Gambit::FcomplexT< T >::im |
Definition at line 528 of file util_types.hpp.
Referenced by Gambit::FcomplexT< T >::FcomplexT(), Gambit::FcomplexT< T >::operator*(), Gambit::FcomplexT< T >::operator/(), and Gambit::FcomplexT< T >::operator=().
T Gambit::FcomplexT< T >::re |
Definition at line 527 of file util_types.hpp.
Referenced by Gambit::FcomplexT< T >::FcomplexT(), Gambit::FcomplexT< T >::operator*(), Gambit::FcomplexT< T >::operator/(), and Gambit::FcomplexT< T >::operator=().