|
Virtual Testbed
Ship dynamics simulator for extreme conditions
|
Public Member Functions | |
| void | enqueue (clx::buffer x, int direction, int batch_size=1) |
| void | context (Context *rhs) |
| Context * | context () |
Protected Member Functions | |
| void | make_chirp (const int3 &shape, const int3 &fft_shape) |
Protected Attributes | |
| 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 |
Definition at line 267 of file opencl/fourier_transform.hh.
1.8.15