HomeSort by relevance Sort by last modified time
    Searched refs:inversetransform2 (Results 1 - 3 of 3) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
FastCosineTransformer.java 185 public double[] inversetransform2(double f[]) throws IllegalArgumentException { method in class:FastCosineTransformer
204 public double[] inversetransform2(UnivariateRealFunction f, method in class:FastCosineTransformer
FastSineTransformer.java 181 public double[] inversetransform2(double f[]) throws IllegalArgumentException { method in class:FastSineTransformer
200 public double[] inversetransform2(UnivariateRealFunction f, double min, double max, int n) method in class:FastSineTransformer
FastFourierTransformer.java 244 public Complex[] inversetransform2(double f[]) method in class:FastFourierTransformer
266 public Complex[] inversetransform2(UnivariateRealFunction f, method in class:FastFourierTransformer
285 public Complex[] inversetransform2(Complex f[]) method in class:FastFourierTransformer
533 * Use {@link #inversetransform2(Complex[])} and
541 * @param forward inverseTransform2 is preformed if this is false
561 * @param forward inverseTransform2 is preformed if this is false
582 temp = inversetransform2(temp);
    [all...]

Completed in 134 milliseconds