| Package | Description |
|---|---|
| com.nativelibs4java.opencl.util |
Utilitary classes (parallel random, parallel reduction, parallel math, linear algebra...)
|
| com.nativelibs4java.opencl.util.fft |
OpenCL-backed Fourier Analysis classes (DFT, power-of-two FFT and reverse DFT/FFT for complex doubles and floats inputs)
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Transformer.AbstractTransformer<T,A> |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleDFT
Slow OpenCL Fourier Transform that works in all cases (double precision floating point numbers)
|
class |
DoubleFFTPow2
OpenCL Fast Fourier Transform for array sizes that are powers of two (double precision floating point numbers)
|
class |
FloatDFT
Slow OpenCL Fourier Transform that works in all cases (simple precision floating point numbers)
|
class |
FloatFFTPow2
OpenCL Fast Fourier Transform for array sizes that are powers of two (simple precision floating point numbers)
|
Copyright © 2009-2015. All Rights Reserved.