[
https://issues.apache.org/jira/browse/MATH-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15233672#comment-15233672
]
Rob Tompkins edited comment on MATH-1290 at 4/9/16 6:12 PM:
------------------------------------------------------------
Yes. I have also done some experimentation and agree, if you are on the branch
to which you wish to merge the pull request, the following should work:
{code:bash}
git pull https://github.com/ericbarnhill/commons-math.git feature-MATH-1290
{code}
The other two options that I described before simply afford you more subtle
controls throughout the process of pulling in the PR.
was (Author: chtompki):
Yes. I have also done some experimentation and agree, if you are on the branch
to which you wish to merge the pull request, the following should work:
{code}
git pull https://github.com/ericbarnhill/commons-math.git feature-MATH-1290
{code}
The other two options that I described before simply afford you more subtle
controls throughout the process of pulling in the PR.
> 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)