> 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
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
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