Re: [MATH] Complex.getInterleaved()

2015-10-08 Thread Bruce Johnson
> On Oct 8, 2015, at 12:45 PM, Eric Barnhill wrote: > > Dear commons-math.complex maintainers, > > I would like to add a static method to the Complex class that would work as > follows: > > double[] d = Complex.getInterleaved(Complex[] c); > > It would export the data from a Complex[] as a do

[MATH] Complex.getInterleaved()

2015-10-08 Thread Eric Barnhill
Dear commons-math.complex maintainers, I would like to add a static method to the Complex class that would work as follows: double[] d = Complex.getInterleaved(Complex[] c); It would export the data from a Complex[] as a double[] twice the size of the Complex[] array with real and imaginary comp

A handful of Java file format libraries + tools - would commons be a good home?

2015-10-08 Thread Nick Burch
Hi All TL;DR - There's a handful of Java mini-projects, one per file format, each with a library and command-line tools, in and around Apache Tika. Would Commons be a good Apache home for them? Apache Tika, for those who don't know, is a toolkit for detecting file types, then extracting con