You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Eric Barnhill (JIRA)" <ji...@apache.org> on 2016/03/06 17:19:40 UTC

[jira] [Created] (MATH-1331) Addition of accesor methods for abs() and getArgument() of Complex-valued arrays

Eric Barnhill created MATH-1331:
-----------------------------------

             Summary: Addition of accesor methods for abs() and getArgument() of Complex-valued arrays
                 Key: MATH-1331
                 URL: https://issues.apache.org/jira/browse/MATH-1331
             Project: Commons Math
          Issue Type: Improvement
    Affects Versions: 4.0
            Reporter: Eric Barnhill
            Priority: Minor


Propose to add array-based accessor methods for the abs() and getArgument() functions of Complex objects and add them to ComplexUtils. These would be:

Complex[] abs(Complex[] c)

also in 2 and 3D, and 

Complex[] getArgument(Complex[] c)

Following the documentation and other conventions currently found in ComplexUtils.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)