| 
| 
using  | shape_type = blitz::TinyVector< int, N > | 
|   | 
 | 
| 
  | Fourier_transform (const shape_type &shape) | 
|   | 
| 
shape_type  | shape () const noexcept | 
|   | 
| 
void  | shape (const shape_type &rhs) | 
|   | 
| 
void  | forward (clx::buffer x, int batch_size=1) | 
|   | 
| 
void  | backward (clx::buffer x, int batch_size=1) | 
|   | 
| 
void  | context (Context *rhs) | 
|   | 
| 
Context *  | context () | 
|   | 
| 
void  | dump (std::ostream &out) | 
|   | 
 | 
| 
static void  | precompile (const shape_type &shp, Context *context) | 
|   | 
template<class T, int N>
class vtb::opencl::Fourier_transform< T, N >
Definition at line 218 of file opencl/fourier_transform.hh.