You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/08/29 06:04:00 UTC

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

     [ https://issues.apache.org/jira/browse/NUMBERS-186?focusedWorklogId=804257&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-804257 ]

ASF GitHub Bot logged work on NUMBERS-186:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 29/Aug/22 06:03
            Start Date: 29/Aug/22 06:03
    Worklog Time Spent: 10m 
      Work Description: sumanth-rajkumar opened a new pull request, #121:
URL: https://github.com/apache/commons-numbers/pull/121

   This PR introduces a new complex arrays module that gives the support for complex numbers in the complex module to allow operations to be performed on lists of complex numbers. 
   
   Summary of changes
   
   1) ComplexList - representation of multiple complex numbers into a list structure storing real and imaginary parts.
   2) ComplexListTest - unit tests that tests all conditions of adding, removing, getting, and setting the list. 




Issue Time Tracking
-------------------

            Worklog Id:     (was: 804257)
    Remaining Estimate: 0h
            Time Spent: 10m

> Lists of complex numbers
> ------------------------
>
>                 Key: NUMBERS-186
>                 URL: https://issues.apache.org/jira/browse/NUMBERS-186
>             Project: Commons Numbers
>          Issue Type: Sub-task
>          Components: complex
>            Reporter: Alex Herbert
>            Assignee: Sumanth Sulur Rajkumar
>            Priority: Minor
>              Labels: gsoc, gsoc2022
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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.10#820010)