Uses of Class
org.apache.commons.math3.transform.FastFourierTransformer.MultiDimensionalComplexMatrix
-
Packages that use FastFourierTransformer.MultiDimensionalComplexMatrix Package Description org.apache.commons.math3.transform Implementations of transform methods, including Fast Fourier transforms. -
-
Uses of FastFourierTransformer.MultiDimensionalComplexMatrix in org.apache.commons.math3.transform
Methods in org.apache.commons.math3.transform with parameters of type FastFourierTransformer.MultiDimensionalComplexMatrix Modifier and Type Method Description private voidFastFourierTransformer.MultiDimensionalComplexMatrix. clone(FastFourierTransformer.MultiDimensionalComplexMatrix mdcm)Deprecated.Copy contents of current array into mdcm.private voidFastFourierTransformer. mdfft(FastFourierTransformer.MultiDimensionalComplexMatrix mdcm, TransformType type, int d, int[] subVector)Deprecated.see MATH-736
-