Package | Description |
---|---|
org.apache.commons.math3.transform |
Implementations of transform methods, including Fast Fourier transforms.
|
Modifier and Type | Method and 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
|