You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gilles Sadowski (Jira)" <ji...@apache.org> on 2022/05/26 13:56:00 UTC

[jira] [Updated] (NUMBERS-186) Lists of complex numbers

     [ https://issues.apache.org/jira/browse/NUMBERS-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilles Sadowski updated NUMBERS-186:
------------------------------------
         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.  (was: Placeholder for tasks that could be undertaken in this year's [GSoC|https://summerofcode.withgoogle.com/].

Ideas:
- 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.)
    difficulty-level: Medium
             Summary: Lists of complex numbers  (was: GSoC 2022)

> Lists of complex numbers
> ------------------------
>
>                 Key: NUMBERS-186
>                 URL: https://issues.apache.org/jira/browse/NUMBERS-186
>             Project: Commons Numbers
>          Issue Type: Wish
>          Components: complex
>            Reporter: Alex Herbert
>            Priority: Minor
>              Labels: gsoc, gsoc2022
>
> 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.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)