Uses of Interface
org.apache.commons.math.transform.RealTransformer

Packages that use RealTransformer
org.apache.commons.math.transform Implementations of transform methods, including Fast Fourier transforms. 
 

Uses of RealTransformer in org.apache.commons.math.transform
 

Classes in org.apache.commons.math.transform that implement RealTransformer
 class FastCosineTransformer
          Implements the Fast Cosine Transform for transformation of one-dimensional data sets.
 class FastHadamardTransformer
          Implements the Fast Hadamard Transform (FHT).
 class FastSineTransformer
          Implements the Fast Sine Transform for transformation of one-dimensional data sets.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.