Public Member Functions
|
Data Fields
imComplex< T > Class Template Reference
[
Complex Numbers
]
Complex Float Data Type Class.
More...
Public Member Functions
imComplex
()
imComplex
(const T &r, const T &i)
imComplex
(const T &r)
Data Fields
T
real
T
imag
Detailed Description
template<class T>
class imComplex< T >
Complex class using two floats, one for real part, one for the imaginary part.
It is not a complete complex class, we just implement constructors inside the class. All the other operators and functions are external to the class.
Generated on Thu Jul 30 2020 20:43:37 for IM by
1.7.1