Searched defs:transform2 (Results 1 - 3 of 3) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
H A DFastCosineTransformer.java101 public double[] transform2(double f[]) throws IllegalArgumentException { method in class:FastCosineTransformer
124 public double[] transform2(UnivariateRealFunction f, method in class:FastCosineTransformer
186 return transform2(f);
208 return transform2(f, min, max, n);
H A DFastSineTransformer.java101 public double[] transform2(double f[]) throws IllegalArgumentException { method in class:FastSineTransformer
122 public double[] transform2( method in class:FastSineTransformer
183 return transform2(f);
203 return transform2(f, min, max, n);
H A DFastFourierTransformer.java126 public Complex[] transform2(double f[]) method in class:FastFourierTransformer
148 public Complex[] transform2(UnivariateRealFunction f, method in class:FastFourierTransformer
167 public Complex[] transform2(Complex f[]) method in class:FastFourierTransformer
534 * {@link #transform2(Complex[])} in a row-column implementation
580 temp = transform2(temp);

Completed in 72 milliseconds