Complex Float Data Type Class.
More...
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.