public class BenchmarkDoubleFFT extends Object
Modifier and Type | Method and Description |
---|---|
static void |
benchmarkComplexForward_1D() |
static void |
benchmarkComplexForward_2D_input_1D() |
static void |
benchmarkComplexForward_2D_input_2D() |
static void |
benchmarkComplexForward_3D_input_1D() |
static void |
benchmarkComplexForward_3D_input_3D() |
static void |
benchmarkRealForward_1D() |
static void |
benchmarkRealForward_2D_input_1D() |
static void |
benchmarkRealForward_2D_input_2D() |
static void |
benchmarkRealForward_3D_input_1D() |
static void |
benchmarkRealForward_3D_input_3D() |
static void |
main(String[] args) |
static void |
parseArguments(String[] args) |
public static void parseArguments(String[] args)
public static void benchmarkComplexForward_1D()
public static void benchmarkRealForward_1D()
public static void benchmarkComplexForward_2D_input_1D()
public static void benchmarkComplexForward_2D_input_2D()
public static void benchmarkRealForward_2D_input_1D()
public static void benchmarkRealForward_2D_input_2D()
public static void benchmarkComplexForward_3D_input_1D()
public static void benchmarkComplexForward_3D_input_3D()
public static void benchmarkRealForward_3D_input_1D()
public static void benchmarkRealForward_3D_input_3D()