math.jtransforms.fft
Class BenchmarkFloatFFT
java.lang.Object
   math.jtransforms.fft.BenchmarkFloatFFT
math.jtransforms.fft.BenchmarkFloatFFT
- public class BenchmarkFloatFFT 
- extends java.lang.Object
Benchmark of single precision FFT's
- Author:
- Piotr Wendykier (piotr.wendykier@gmail.com)
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
parseArguments
public static void parseArguments(java.lang.String[] args)
- 
 
benchmarkComplexForward_1D
public static void benchmarkComplexForward_1D()
- 
 
benchmarkRealForward_1D
public static void benchmarkRealForward_1D()
- 
 
benchmarkComplexForward_2D_input_1D
public static void benchmarkComplexForward_2D_input_1D()
- 
 
benchmarkComplexForward_2D_input_2D
public static void benchmarkComplexForward_2D_input_2D()
- 
 
benchmarkRealForward_2D_input_1D
public static void benchmarkRealForward_2D_input_1D()
- 
 
benchmarkRealForward_2D_input_2D
public static void benchmarkRealForward_2D_input_2D()
- 
 
benchmarkComplexForward_3D_input_1D
public static void benchmarkComplexForward_3D_input_1D()
- 
 
benchmarkComplexForward_3D_input_3D
public static void benchmarkComplexForward_3D_input_3D()
- 
 
benchmarkRealForward_3D_input_1D
public static void benchmarkRealForward_3D_input_1D()
- 
 
benchmarkRealForward_3D_input_3D
public static void benchmarkRealForward_3D_input_3D()
- 
 
main
public static void main(java.lang.String[] args)
-