[
https://issues.apache.org/jira/browse/MATH-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15231332#comment-15231332
]
Gilles commented on MATH-1290:
------------------------------
I went to your project:
https://github.com/ericbarnhill/commons-math
The "Pull Requests" tab shows: 0
Moreover, your last comment refers to a page that seems to explain (IIUC) that
I should track branches in your repository.
I did
{noformat}
git remote add ericbarnhill https://github.com/ericbarnhill/commons-math
git fetch ericbarnhill
{noformat}
And now indeed I have _all_ CM branches duplicated. :(
Or were you referring to that other example:
{noformat}
git pull git://github.com/sbrannen/spring-framework.git SPR-9492
{noformat}
It seems more like the command I was looking for but when I did
{noformat}
git pull https://github.com/ericbarnhill/commons-math 27
{noformat}
(using the info you gave above), I got this error:
fatal: Couldn't find remote ref 27
Also if I do
{noformat}
git diff ericbarnhill/feature-MATH-1290
{noformat}
There is no output (i.e. your latest work is not there IIUC)...
Sorry if I'm missing something obvious.
> 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)