Details
Description
Update the support for complex numbers in the complex package to allow operations to be performed on lists of complex numbers. This requires abstracting the representation of multiple complex numbers into a list structure storing real and imaginary parts that can be efficiently iterated to apply all the operations supported by the Complex class. Operations should modify the numbers in place allowing efficient, zero allocation complex number math to be performed on large datasets.
Attachments
Issue Links
- relates to
-
NUMBERS-2 Potential performance issues in "ComplexUtils"
- Open
-
NUMBERS-17 4D capacity for ComplexUtils
- Open