[
https://issues.apache.org/jira/browse/MATH-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15238302#comment-15238302
]
Gilles commented on MATH-1290:
------------------------------
bq. I think you want to \[... 11 steps to get a contribution ...\]
No I don't want to do that if it can be avoided as I think I demonstrated by
experiment.
See above, where I could "pull" without first setting up a "remote": all the
information is in the pull command generated by a pull request.
Could you please show the *full output* of the pull request which you performed?
Moreover _I don't follow, at all_ what you mean with the "edit", "commit",
"merge" steps since my local copy is in sync with "feature-MATH-1290" as it is
on the Apache repository. This is confirmed by
{noformat}
$ git checkout feature-MATH-1290
Switched to branch 'feature-MATH-1290'
Your branch is up-to-date with 'origin/feature-MATH-1290'.
{noformat}
Hence your changes should apply cleanly, with no intervention from me.
IIUC, I should only perform step 11 (or 8 and 11 if I first pulled the request
into a branch other than "feature-MATH-1290").
It seems that we are having a serious communication problem, and since nobody
can help at the moment, let's revert to the old way: Please attach a patch to
this report page. Thanks.
> 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)