Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BDA5A200AC8 for ; Mon, 23 May 2016 21:11:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BC606160A0E; Mon, 23 May 2016 19:11:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 40AAF160A05 for ; Mon, 23 May 2016 21:11:14 +0200 (CEST) Received: (qmail 57866 invoked by uid 500); 23 May 2016 19:11:13 -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 57842 invoked by uid 99); 23 May 2016 19:11:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2016 19:11:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D88382C1F5D for ; Mon, 23 May 2016 19:11:12 +0000 (UTC) Date: Mon, 23 May 2016 19:11:12 +0000 (UTC) From: "Eric Barnhill (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MATH-1292) Change convertToComplex method to real2Complex MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 23 May 2016 19:11:14 -0000 [ https://issues.apache.org/jira/browse/MATH-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15296897#comment-15296897 ] Eric Barnhill commented on MATH-1292: ------------------------------------- Hi Gilles, I have checked, this change is already integrated into MATH-1290 . I had to do it, else Laguerre Solver would break. In fact I believe I duplicated myself, and this is already resolved as a sub-issue of MATH-1290: https://issues.apache.org/jira/browse/MATH-1291 Sorry about that. > Change convertToComplex method to real2Complex > ---------------------------------------------- > > Key: MATH-1292 > URL: https://issues.apache.org/jira/browse/MATH-1292 > Project: Commons Math > Issue Type: Improvement > Affects Versions: 3.5 > Reporter: Eric Barnhill > Priority: Trivial > Labels: newbie, patch > Fix For: 4.0 > > > Change the nomenclature of this method slightly so that it matches all the proposed new methods in ComplexUtils: complex2InterleavedFloat etc. This will also require a small patch on LaguerreSolver so that it doesn't break, but there appear to be no further dependencies. -- This message was sent by Atlassian JIRA (v6.3.4#6332)