Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1F50319F4D for ; Fri, 8 Apr 2016 22:17:26 +0000 (UTC) Received: (qmail 78391 invoked by uid 500); 8 Apr 2016 22:17:25 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 78255 invoked by uid 500); 8 Apr 2016 22:17:25 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 78228 invoked by uid 99); 8 Apr 2016 22:17:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Apr 2016 22:17:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8C2BE2C1F62 for ; Fri, 8 Apr 2016 22:17:25 +0000 (UTC) Date: Fri, 8 Apr 2016 22:17:25 +0000 (UTC) From: "Gilles (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MATH-1290) Additions to Complex Utils; creation of conversion methods between Complex[], double[], float[], and interleaved arrays MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MATH-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15233059#comment-15233059 ] Gilles commented on MATH-1290: ------------------------------ Just to be clear, I'm summarizing my expectations: * You check out the current "feature-MATH-1290" branch. * You update the code there (i.e. you do the necessary merge if you have modifications in other branches which you need to include for this feature). * Then, I'll do {noformat} git pull https://github.com/ericbarnhill/commons-math.git feature-MATH-1290 {noformat} And it must not create any conflict since I did not modify my local version of "feature-MATH-1290". > Additions to Complex Utils; creation of conversion methods between Complex[], double[], float[], and interleaved arrays > ----------------------------------------------------------------------------------------------------------------------- > > Key: MATH-1290 > URL: https://issues.apache.org/jira/browse/MATH-1290 > Project: Commons Math > Issue Type: Improvement > Affects Versions: 3.5 > Reporter: Eric Barnhill > Priority: Minor > Labels: newbie, patch > Fix For: 4.0 > > Attachments: ComplexUtils.java, ComplexUtils.java, ComplexUtils.java, ComplexUtils.java, ComplexUtilsTest.java, ComplexUtilsTest.java, ComplexUtilsTest.java, ComplexUtilsTest.java, LaguerreSolver.java > > Original Estimate: 24h > Remaining Estimate: 24h > > I propose to add several new methods to the ComplexUtils class enabling easy conversion between Complex[] arrays, real or imaginary double[] or float[] arrays, and interleaved complex double[] or float[] arrays. The last two in particular are beneficial to have for OpenCL implementations and the JTransforms library. -- This message was sent by Atlassian JIRA (v6.3.4#6332)