|
typedef blitz::TinyVector< int, N > | shape_type |
|
|
| Chirp_Z_transform (const shape_type &shp) |
|
const shape_type & | shape () const noexcept |
|
void | shape (const shape_type &rhs) |
|
void | forward (clx::buffer x) |
|
void | backward (clx::buffer x) |
|
void | transform (clx::buffer x, int dir) |
|
void | enqueue (clx::buffer x, int direction, int batch_size=1) |
|
void | context (Context *rhs) |
|
Context * | context () |
|
|
void | make_chirp (const int3 &shape, const int3 &fft_shape) |
|
fft_type | _fft |
|
Buffer< C > | _chirp |
|
Buffer< C > | _ichirp |
|
Buffer< C > | _xp |
|
clx::kernel | _makechirp |
|
clx::kernel | _reciprocal_chirp |
|
clx::kernel | _mult1 |
|
clx::kernel | _mult2 |
|
clx::kernel | _mult3 |
|
clx::kernel | _zero_init |
|
template<class T, int N>
class vtb::opencl::Chirp_Z_transform< T, N >
Definition at line 298 of file opencl/fourier_transform.hh.