Uses of Class
org.apache.commons.math3.transform.FastFourierTransformer.MultiDimensionalComplexMatrix
Packages that use FastFourierTransformer.MultiDimensionalComplexMatrix
Package
Description
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.MultiDimensionalComplexMatrixModifier and TypeMethodDescriptionprivate 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