Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
hydra::detail::cufft Namespace Reference

Data Structures

struct  _Deleter
 
struct  _PlanDestroyer
 
struct  _PlanExecutor
 
struct  _Planner
 

Functions

void free (void *ptr)
 
void * malloc (size_t size)
 
void * memcpy (void *dest, const void *src, size_t count)
 
void * memset (void *dest, int ch, size_t count)
 
void * reallocate (void *ptr, size_t new_size)
 

Function Documentation

◆ free()

void hydra::detail::cufft::free ( void *  ptr)

◆ malloc()

void* hydra::detail::cufft::malloc ( size_t  size)

◆ memcpy()

void* hydra::detail::cufft::memcpy ( void *  dest,
const void *  src,
size_t  count 
)

◆ memset()

void* hydra::detail::cufft::memset ( void *  dest,
int  ch,
size_t  count 
)

◆ reallocate()

void* hydra::detail::cufft::reallocate ( void *  ptr,
size_t  new_size 
)