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 void
FastFourierTransformer.MultiDimensionalComplexMatrix. clone(FastFourierTransformer.MultiDimensionalComplexMatrix mdcm)
Deprecated.Copy contents of current array into mdcm.private void
FastFourierTransformer. mdfft(FastFourierTransformer.MultiDimensionalComplexMatrix mdcm, TransformType type, int d, int[] subVector)
Deprecated.see MATH-736
-