1D Complex Operations Class Help
This class contains functions that perform arithmetic operations on complex 1D arrays.
Complex numbers are represented as follows:
x = xReal + j*xImag
where j is sqrt(–1).
All of these functions allow the complex operations to be done in place.
Library: Advanced Analysis Library