upgrade with complex support
This release of ulab
adds optional support for complex arrays, the compress
function, the .tolist()
array method, and the .imag
, .real
array properties.
Complex arrays can be sliced and iterated on, have the usual unary operators, and the +
, *
, /
, -
, ==
, and !=
binary operators. In addition, the all
, any
, convolve
, exp
, sqrt
functions accept complex arguments, and the conjugate
, imag
, real
, sort_complex
functions are implemented.
If complex support is enabled, the FFT routines can be configured to behave in a completely numpy
-compatible way.