Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
hydra::detail::cufft::_Planner< Type > Struct Template Reference

#include <WrappersCuFFT.h>

Collaboration diagram for hydra::detail::cufft::_Planner< Type >:

Public Types

typedef cufftHandle plan_type
 

Public Member Functions

plan_type operator() (int nx, int batch)
 

Detailed Description

template<cufftType Type>
struct hydra::detail::cufft::_Planner< Type >

Member Typedef Documentation

◆ plan_type

template<cufftType Type>
typedef cufftHandle hydra::detail::cufft::_Planner< Type >::plan_type

Member Function Documentation

◆ operator()()

template<cufftType Type>
plan_type hydra::detail::cufft::_Planner< Type >::operator() ( int  nx,
int  batch 
)
inline

The documentation for this struct was generated from the following file: