Uses of Enum
org.apache.commons.math3.transform.TransformType
Packages that use TransformType
Package
Description
Implementations of transform methods, including Fast Fourier transforms.
-
Uses of TransformType in org.apache.commons.math3.transform
Methods in org.apache.commons.math3.transform that return TransformTypeModifier and TypeMethodDescriptionstatic TransformType
Returns the enum constant of this type with the specified name.static TransformType[]
TransformType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.math3.transform with parameters of type TransformTypeModifier and TypeMethodDescriptionFastFourierTransformer.mdfft
(Object mdca, TransformType type) Deprecated.see MATH-736private void
FastFourierTransformer.mdfft
(FastFourierTransformer.MultiDimensionalComplexMatrix mdcm, TransformType type, int d, int[] subVector) Deprecated.see MATH-736private static void
FastFourierTransformer.normalizeTransformedData
(double[][] dataRI, DftNormalization normalization, TransformType type) Applies the proper normalization to the specified transformed data.double[]
FastCosineTransformer.transform
(double[] f, TransformType type) Returns the (forward, inverse) transform of the specified real data set.double[]
FastCosineTransformer.transform
(UnivariateFunction f, double min, double max, int n, TransformType type) Returns the (forward, inverse) transform of the specified real function, sampled on the specified interval.Complex[]
FastFourierTransformer.transform
(double[] f, TransformType type) Returns the (forward, inverse) transform of the specified real data set.Complex[]
FastFourierTransformer.transform
(UnivariateFunction f, double min, double max, int n, TransformType type) Returns the (forward, inverse) transform of the specified real function, sampled on the specified interval.Complex[]
FastFourierTransformer.transform
(Complex[] f, TransformType type) Returns the (forward, inverse) transform of the specified complex data set.double[]
FastHadamardTransformer.transform
(double[] f, TransformType type) Returns the (forward, inverse) transform of the specified real data set.double[]
FastHadamardTransformer.transform
(UnivariateFunction f, double min, double max, int n, TransformType type) Returns the (forward, inverse) transform of the specified real function, sampled on the specified interval.double[]
FastSineTransformer.transform
(double[] f, TransformType type) Returns the (forward, inverse) transform of the specified real data set.double[]
FastSineTransformer.transform
(UnivariateFunction f, double min, double max, int n, TransformType type) Returns the (forward, inverse) transform of the specified real function, sampled on the specified interval.double[]
RealTransformer.transform
(double[] f, TransformType type) Returns the (forward, inverse) transform of the specified real data set.double[]
RealTransformer.transform
(UnivariateFunction f, double min, double max, int n, TransformType type) Returns the (forward, inverse) transform of the specified real function, sampled on the specified interval.static void
FastFourierTransformer.transformInPlace
(double[][] dataRI, DftNormalization normalization, TransformType type) Computes the standard transform of the specified complex data.